#564988

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

Shades of Victoria #564988

Tints of Victoria #564988

Color information

#564988 (or 0x564988) is unknown color: approx Victoria. HEX triplet: 56, 49 and 88. RGB value is (86,73,136). Sum of RGB (Red+Green+Blue) = 86+73+136=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #564988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564988 is #A9B677. Grayscale: #535353. Windows color (decimal): -11122296 or 8931670. OLE color: 8931670.

HSL color Cylindrical-coordinate representation of color #564988: hue angle of 252.38º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #564988 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8673136-
CMYK0.370.4600.47
HSL252.38º30.14%40.98%-
HSV(B)252.38º46.32%53.33%-
XYZ10.668.5224.38-
YUV84.07157.31129.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.15%
GREEN value IS 73 (28.91% from 255) = 24.75%
BLUE value IS 136 (53.52% from 255) = 46.10%
R=29.15%
G=24.75%
B=46.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86731360.370.4600.47252.3830.1440.98
Hex564988252E02Ffc1e29
Octal12611121045560573743651
Binary101011010010011000100010010110111001011111111110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564988; }

 p { color: rgb(86,73,136); }

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

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

 a { background-color: rgb(86,73,136); }

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

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

 span { border-color: rgb(86,73,136); }

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