#564D84

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

Shades of Victoria #564D84

Tints of Victoria #564D84

Color information

#564D84 (or 0x564D84) is unknown color: approx Victoria. HEX triplet: 56, 4D and 84. RGB value is (86,77,132). Sum of RGB (Red+Green+Blue) = 86+77+132=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 132 - color contains mainly: blue. Hex color #564D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564D84 is #A9B27B. Grayscale: #555555. Windows color (decimal): -11121276 or 8670550. OLE color: 8670550.

HSL color Cylindrical-coordinate representation of color #564D84: hue angle of 249.82º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #564D84 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8677132-
CMYK0.350.4200.48
HSL249.82º26.32%40.98%-
HSV(B)249.82º41.67%51.76%-
XYZ10.668.9523-
YUV85.96153.98128.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.15%
GREEN value IS 77 (30.47% from 255) = 26.10%
BLUE value IS 132 (51.95% from 255) = 44.75%
R=29.15%
G=26.10%
B=44.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86771320.350.4200.48249.8226.3240.98
Hex564D84232A030fa1a29
Octal12611520443520603723251
Binary101011010011011000010010001110101001100001111101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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