#564C87

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

Shades of Victoria #564C87

Tints of Victoria #564C87

Color information

#564C87 (or 0x564C87) is unknown color: approx Victoria. HEX triplet: 56, 4C and 87. RGB value is (86,76,135). Sum of RGB (Red+Green+Blue) = 86+76+135=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #564C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564C87 is #A9B378. Grayscale: #555555. Windows color (decimal): -11121529 or 8866902. OLE color: 8866902.

HSL color Cylindrical-coordinate representation of color #564C87: hue angle of 250.17º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #564C87 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8676135-
CMYK0.360.4400.47
HSL250.17º27.96%41.37%-
HSV(B)250.17º43.7%52.94%-
XYZ10.88.924.07-
YUV85.72155.81128.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 76 (30.08% from 255) = 25.59%
BLUE value IS 135 (53.12% from 255) = 45.45%
R=28.96%
G=25.59%
B=45.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86761350.360.4400.47250.1727.9641.37
Hex564C87242C02Ffa1c29
Octal12611420744540573723451
Binary101011010011001000011110010010110001011111111101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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