#564E8C

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

Shades of Victoria #564E8C

Tints of Victoria #564E8C

Color information

#564E8C (or 0x564E8C) is unknown color: approx Victoria. HEX triplet: 56, 4E and 8C. RGB value is (86,78,140). Sum of RGB (Red+Green+Blue) = 86+78+140=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 140 - color contains mainly: blue. Hex color #564E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564E8C is #A9B173. Grayscale: #575757. Windows color (decimal): -11121012 or 9195094. OLE color: 9195094.

HSL color Cylindrical-coordinate representation of color #564E8C: hue angle of 247.74º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #564E8C is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8678140-
CMYK0.390.4400.45
HSL247.74º28.44%42.75%-
HSV(B)247.74º44.29%54.9%-
XYZ11.39.3226.01-
YUV87.46157.65126.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.29%
GREEN value IS 78 (30.86% from 255) = 25.66%
BLUE value IS 140 (55.08% from 255) = 46.05%
R=28.29%
G=25.66%
B=46.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86781400.390.4400.45247.7428.4442.75
Hex564E8C272C02Df81c2b
Octal12611621447540553703453
Binary101011010011101000110010011110110001011011111100011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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