#564881

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

Shades of Victoria #564881

Tints of Victoria #564881

Color information

#564881 (or 0x564881) is unknown color: approx Victoria. HEX triplet: 56, 48 and 81. RGB value is (86,72,129). Sum of RGB (Red+Green+Blue) = 86+72+129=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #564881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564881 is #A9B77E. Grayscale: #525252. Windows color (decimal): -11122559 or 8472662. OLE color: 8472662.

HSL color Cylindrical-coordinate representation of color #564881: hue angle of 254.74º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #564881 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8672129-
CMYK0.330.4400.49
HSL254.74º28.36%39.41%-
HSV(B)254.74º44.19%50.59%-
XYZ10.128.221.82-
YUV82.68154.14130.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.97%
GREEN value IS 72 (28.52% from 255) = 25.09%
BLUE value IS 129 (50.78% from 255) = 44.95%
R=29.97%
G=25.09%
B=44.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86721290.330.4400.49254.7428.3639.41
Hex564881212C031ff1c27
Octal12611020141540613773447
Binary101011010010001000000110000110110001100011111111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564881; }

 p { color: rgb(86,72,129); }

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

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

 a { background-color: rgb(86,72,129); }

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

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

 span { border-color: rgb(86,72,129); }

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