#564876

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

Shades of Victoria #564876

Tints of Victoria #564876

Color information

#564876 (or 0x564876) is unknown color: approx Victoria. HEX triplet: 56, 48 and 76. RGB value is (86,72,118). Sum of RGB (Red+Green+Blue) = 86+72+118=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #564876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564876 is #A9B789. Grayscale: #515151. Windows color (decimal): -11122570 or 7751766. OLE color: 7751766.

HSL color Cylindrical-coordinate representation of color #564876: hue angle of 258.26º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #564876 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8672118-
CMYK0.270.3900.54
HSL258.26º24.21%37.25%-
HSV(B)258.26º38.98%46.27%-
XYZ9.437.9218.17-
YUV81.43148.64131.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 118 (46.48% from 255) = 42.75%
R=31.16%
G=26.09%
B=42.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86721180.270.3900.54258.2624.2137.25
Hex5648761B270361021825
Octal12611016633470664023045
Binary10101101001000111011011011100111011011010000001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564876; }

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

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

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

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

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

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

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

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