#565287

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

Shades of Victoria #565287

Tints of Victoria #565287

Color information

#565287 (or 0x565287) is unknown color: approx Victoria. HEX triplet: 56, 52 and 87. RGB value is (86,82,135). Sum of RGB (Red+Green+Blue) = 86+82+135=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #565287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565287 is #A9AD78. Grayscale: #595959. Windows color (decimal): -11119993 or 8868438. OLE color: 8868438.

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

Color convert

RGB8682135-
CMYK0.360.3900.47
HSL244.53º24.42%42.55%-
HSV(B)244.53º39.26%52.94%-
XYZ11.239.7624.21-
YUV89.24153.83125.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.38%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 135 (53.12% from 255) = 44.55%
R=28.38%
G=27.06%
B=44.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86821350.360.3900.47244.5324.4242.55
Hex565287242702Ff5182b
Octal12612220744470573653053
Binary101011010100101000011110010010011101011111111010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565287; }

 p { color: rgb(86,82,135); }

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

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

 a { background-color: rgb(86,82,135); }

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

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

 span { border-color: rgb(86,82,135); }

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