#564F78

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

Shades of Victoria #564F78

Tints of Victoria #564F78

Color information

#564F78 (or 0x564F78) is unknown color: approx Victoria. HEX triplet: 56, 4F and 78. RGB value is (86,79,120). Sum of RGB (Red+Green+Blue) = 86+79+120=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #564F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F78 is #A9B087. Grayscale: #555555. Windows color (decimal): -11120776 or 7884630. OLE color: 7884630.

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

Color convert

RGB8679120-
CMYK0.280.3400.53
HSL250.24º20.6%39.02%-
HSV(B)250.24º34.17%47.06%-
XYZ10.028.9318.96-
YUV85.77147.32128.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.18%
GREEN value IS 79 (31.25% from 255) = 27.72%
BLUE value IS 120 (47.27% from 255) = 42.11%
R=30.18%
G=27.72%
B=42.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86791200.280.3400.53250.2420.639.02
Hex564F781C22035fa1527
Octal12611717034420653722547
Binary1010110100111111110001110010001001101011111101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,79,120); }

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

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

 a { background-color: rgb(86,79,120); }

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

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

 span { border-color: rgb(86,79,120); }

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