Html Css Color HEX #534D8E Victoria

📋 copy color: '#534D8E'

red 83 ◦ green 77 ◦ blue 142

#534D8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Victoria #534D8E

Tints of Victoria #534D8E

RGB

 RED value IS 83 (32.81% from 255) = 27.48%

 GREEN value IS 77 (30.47% from 255) = 25.5%

 BLUE value IS 142 (55.86% from 255) = 47.02%

R = 27.48%
G = 25.5%
B = 47.02%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#534D8E (or 0x534D8E) is known color: Victoria. HEX triplet: 53, 4D and 8E. RGB value is (83,77,142). Sum of RGB (Red+Green+Blue) = 83+77+142=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #534D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534D8E is #ACB271. Grayscale: #555555. Windows color (decimal): -11317874 or 9325907. OLE color: 9325907.

HSL color Cylindrical-coordinate representation of color #534D8E: hue angle of 245.54º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #534D8E is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 77 142 -
CMYK 0.42 0.46 0 0.44
HSL 245.54º 0.3% 0.43% -
HSV(B) 245.54º 0.46% 0.56% -
XYZ 11.1 9.1 26.76 -
YUV 86.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 83 77 142 0.42 0.46 0 0.44 245.54 0.3 0.43
Hex 53 4D 8E 2A 2E 0 2C F6 1E 2B
Octal 123 115 216 52 56 0 54 366 36 53
Binary 1010011 1001101 10001110 101010 101110 0 101100 11110110 11110 101011

Color Harmonies of #534D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D8E

Black with #534D8E

Text Example


Text Example

White with #534D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534D8E; }

 p { color: rgb(83,77,142); }

 H1.HeaderClassName
 {
   color: #534D8E;
 }
 .AnyTagClassName
 {
   color: #534D8E;
 }
</style>

background-color css

<style>
 a { background-color: #534D8E; }

 a { background-color: rgb(83,77,142); }

 div.DivClassName
 {
   background-color: #534D8E;
 }
 .BgClassName
 {
   background-color: #534D8E;
 }
</style>

border-color css

<style>
 span { border-color: #534D8E; }

 span { border-color: rgb(83,77,142); }

 td.TdClassName
 {
   border-color: #534D8E;
 }
 .TagClassName
 {
   border-color: #534D8E;
 }
</style>