#565586

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

Shades of Victoria #565586

Tints of Victoria #565586

Color information

#565586 (or 0x565586) is unknown color: approx Victoria. HEX triplet: 56, 55 and 86. RGB value is (86,85,134). Sum of RGB (Red+Green+Blue) = 86+85+134=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 134 - color contains mainly: blue. Hex color #565586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565586 is #A9AA79. Grayscale: #5A5A5A. Windows color (decimal): -11119226 or 8803670. OLE color: 8803670.

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

Color convert

RGB8685134-
CMYK0.360.3700.47
HSL241.22º22.37%42.94%-
HSV(B)241.22º36.57%52.55%-
XYZ11.3910.223.92-
YUV90.88152.33124.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.20%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 134 (52.73% from 255) = 43.93%
R=28.20%
G=27.87%
B=43.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86851340.360.3700.47241.2222.3742.94
Hex565586242502Ff1162b
Octal12612520644450573612653
Binary101011010101011000011010010010010101011111111000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565586; }

 p { color: rgb(86,85,134); }

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

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

 a { background-color: rgb(86,85,134); }

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

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

 span { border-color: rgb(86,85,134); }

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