#564C76

Color #564C76 Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #564C76

Tints of Victoria #564C76

Color information

#564C76 (or 0x564C76) is unknown color: approx Victoria. HEX triplet: 56, 4C and 76. RGB value is (86,76,118). Sum of RGB (Red+Green+Blue) = 86+76+118=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #564C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C76 is #A9B389. Grayscale: #535353. Windows color (decimal): -11121546 or 7752790. OLE color: 7752790.

HSL color Cylindrical-coordinate representation of color #564C76: hue angle of 254.29º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #564C76 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8676118-
CMYK0.270.3600.54
HSL254.29º21.65%38.04%-
HSV(B)254.29º35.59%46.27%-
XYZ9.698.4618.26-
YUV83.78147.31129.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.71%
GREEN value IS 76 (30.08% from 255) = 27.14%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=30.71%
G=27.14%
B=42.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86761180.270.3600.54254.2921.6538.04
Hex564C761B24036fe1626
Octal12611416633440663762646
Binary1010110100110011101101101110010001101101111111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564C76; }

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

 H1.HeaderClassName
 {
   color: #564C76;
 }
 .AnyTagClassName
 {
   color: #564C76;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #564C76;
 }
 .BgClassName
 {
   background-color: #564C76;
 }
</style>
border-color css

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

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

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