#564884

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

Shades of Victoria #564884

Tints of Victoria #564884

Color information

#564884 (or 0x564884) is unknown color: approx Victoria. HEX triplet: 56, 48 and 84. RGB value is (86,72,132). Sum of RGB (Red+Green+Blue) = 86+72+132=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #564884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564884 is #A9B77B. Grayscale: #525252. Windows color (decimal): -11122556 or 8669270. OLE color: 8669270.

HSL color Cylindrical-coordinate representation of color #564884: hue angle of 254º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #564884 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8672132-
CMYK0.350.4500.48
HSL254º29.41%40%-
HSV(B)254º45.45%51.76%-
XYZ10.328.2822.88-
YUV83.03155.64130.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.66%
GREEN value IS 72 (28.52% from 255) = 24.83%
BLUE value IS 132 (51.95% from 255) = 45.52%
R=29.66%
G=24.83%
B=45.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86721320.350.4500.4825429.4140
Hex564884232D030fe1d28
Octal12611020443550603763550
Binary101011010010001000010010001110110101100001111111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564884; }

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

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

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

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

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

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

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

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