Html Css Color HEX #564876 Victoria

📋 copy color: '#564876'

red 86 ◦ green 72 ◦ blue 118

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

Shades of Victoria #564876

Tints of Victoria #564876

RGB

 RED value IS 86 (33.98% from 255) = 31.16%

 GREEN value IS 72 (28.52% from 255) = 26.09%

 BLUE value IS 118 (46.48% from 255) = 42.75%

R = 31.16%
G = 26.09%
B = 42.75%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#564876 (or 0x564876) is known color: Victoria. HEX triplet: 56, 48 and 76. RGB value is (86,72,118). Sum of RGB (Red+Green+Blue) = 86+72+118=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #564876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564876 is #A9B789. Grayscale: #515151. Windows color (decimal): -11122570 or 7751766. OLE color: 7751766.

HSL color Cylindrical-coordinate representation of color #564876: hue angle of 258.26º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #564876 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 72 118 -
CMYK 0.27 0.39 0 0.54
HSL 258.26º 0.24% 0.37% -
HSV(B) 258.26º 0.39% 0.46% -
XYZ 9.43 7.92 18.17 -
YUV 81.43 148.64 131.26 -
System Red Green Blue C M Y K H S L
Decimal 86 72 118 0.27 0.39 0 0.54 258.26 0.24 0.37
Hex 56 48 76 1B 27 0 36 102 18 25
Octal 126 110 166 33 47 0 66 402 30 45
Binary 1010110 1001000 1110110 11011 100111 0 110110 100000010 11000 100101

Color Harmonies of #564876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564876

Black with #564876

Text Example


Text Example

White with #564876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564876; }

 p { color: rgb(86,72,118); }

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

background-color css

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

 a { background-color: rgb(86,72,118); }

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

border-color css

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

 span { border-color: rgb(86,72,118); }

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