#59568B

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

Shades of Victoria #59568B

Tints of Victoria #59568B

Color information

#59568B (or 0x59568B) is unknown color: approx Victoria. HEX triplet: 59, 56 and 8B. RGB value is (89,86,139). Sum of RGB (Red+Green+Blue) = 89+86+139=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #59568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59568B is #A6A974. Grayscale: #5C5C5C. Windows color (decimal): -10922357 or 9131609. OLE color: 9131609.

HSL color Cylindrical-coordinate representation of color #59568B: hue angle of 243.4º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59568B is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8986139-
CMYK0.360.3800.45
HSL243.4º23.56%44.12%-
HSV(B)243.4º38.13%54.51%-
XYZ12.1110.6425.84-
YUV92.94153.99125.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.34%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 139 (54.69% from 255) = 44.27%
R=28.34%
G=27.39%
B=44.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89861390.360.3800.45243.423.5644.12
Hex59568B242602Df3182c
Octal13112621344460553633054
Binary101100110101101000101110010010011001011011111001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59568B; }

 p { color: rgb(89,86,139); }

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

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

 a { background-color: rgb(89,86,139); }

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

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

 span { border-color: rgb(89,86,139); }

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