#564E77

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

Shades of Victoria #564E77

Tints of Victoria #564E77

Color information

#564E77 (or 0x564E77) is unknown color: approx Victoria. HEX triplet: 56, 4E and 77. RGB value is (86,78,119). Sum of RGB (Red+Green+Blue) = 86+78+119=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #564E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E77 is #A9B188. Grayscale: #545454. Windows color (decimal): -11121033 or 7818838. OLE color: 7818838.

HSL color Cylindrical-coordinate representation of color #564E77: hue angle of 251.71º 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 #564E77 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8678119-
CMYK0.280.3400.53
HSL251.71º20.81%38.63%-
HSV(B)251.71º34.45%46.67%-
XYZ9.898.7618.62-
YUV85.07147.15128.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.39%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 119 (46.88% from 255) = 42.05%
R=30.39%
G=27.56%
B=42.05%

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
Decimal86781190.280.3400.53251.7120.8138.63
Hex564E771C22035fc1527
Octal12611616734420653742547
Binary1010110100111011101111110010001001101011111110010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,78,119); }

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

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

 a { background-color: rgb(86,78,119); }

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

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

 span { border-color: rgb(86,78,119); }

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