#565489

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

Shades of Victoria #565489

Tints of Victoria #565489

Color information

#565489 (or 0x565489) is unknown color: approx Victoria. HEX triplet: 56, 54 and 89. RGB value is (86,84,137). Sum of RGB (Red+Green+Blue) = 86+84+137=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #565489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565489 is #A9AB76. Grayscale: #5A5A5A. Windows color (decimal): -11119479 or 9000022. OLE color: 9000022.

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

Color convert

RGB8684137-
CMYK0.370.3900.46
HSL242.26º23.98%43.33%-
HSV(B)242.26º38.69%53.73%-
XYZ11.5210.1325.01-
YUV90.64154.16124.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.01%
GREEN value IS 84 (33.20% from 255) = 27.36%
BLUE value IS 137 (53.91% from 255) = 44.63%
R=28.01%
G=27.36%
B=44.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86841370.370.3900.46242.2623.9843.33
Hex565489252702Ef2182b
Octal12612421145470563623053
Binary101011010101001000100110010110011101011101111001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565489; }

 p { color: rgb(86,84,137); }

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

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

 a { background-color: rgb(86,84,137); }

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

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

 span { border-color: rgb(86,84,137); }

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