#564D91

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

Shades of Victoria #564D91

Tints of Victoria #564D91

Color information

#564D91 (or 0x564D91) is unknown color: approx Victoria. HEX triplet: 56, 4D and 91. RGB value is (86,77,145). Sum of RGB (Red+Green+Blue) = 86+77+145=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #564D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564D91 is #A9B26E. Grayscale: #575757. Windows color (decimal): -11121263 or 9522518. OLE color: 9522518.

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

Color convert

RGB8677145-
CMYK0.410.4700.43
HSL247.94º30.63%43.53%-
HSV(B)247.94º46.9%56.86%-
XYZ11.69.3327.98-
YUV87.44160.48126.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 145 (57.03% from 255) = 47.08%
R=27.92%
G=25%
B=47.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86771450.410.4700.43247.9430.6343.53
Hex564D91292F02Bf81f2c
Octal12611522151570533703754
Binary101011010011011001000110100110111101010111111100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,77,145); }

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

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

 a { background-color: rgb(86,77,145); }

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

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

 span { border-color: rgb(86,77,145); }

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