#564F8C

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

Shades of Victoria #564F8C

Tints of Victoria #564F8C

Color information

#564F8C (or 0x564F8C) is unknown color: approx Victoria. HEX triplet: 56, 4F and 8C. RGB value is (86,79,140). Sum of RGB (Red+Green+Blue) = 86+79+140=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #564F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564F8C is #A9B073. Grayscale: #575757. Windows color (decimal): -11120756 or 9195350. OLE color: 9195350.

HSL color Cylindrical-coordinate representation of color #564F8C: hue angle of 246.89º 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 #564F8C is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8679140-
CMYK0.390.4400.45
HSL246.89º27.85%42.94%-
HSV(B)246.89º43.57%54.9%-
XYZ11.379.4626.04-
YUV88.05157.32126.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.20%
GREEN value IS 79 (31.25% from 255) = 25.90%
BLUE value IS 140 (55.08% from 255) = 45.90%
R=28.20%
G=25.90%
B=45.90%

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
Decimal86791400.390.4400.45246.8927.8542.94
Hex564F8C272C02Df71c2b
Octal12611721447540553673453
Binary101011010011111000110010011110110001011011111011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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