#59508B

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

Shades of Victoria #59508B

Tints of Victoria #59508B

Color information

#59508B (or 0x59508B) is unknown color: approx Victoria. HEX triplet: 59, 50 and 8B. RGB value is (89,80,139). Sum of RGB (Red+Green+Blue) = 89+80+139=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #59508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59508B is #A6AF74. Grayscale: #595959. Windows color (decimal): -10923893 or 9130073. OLE color: 9130073.

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

Color convert

RGB8980139-
CMYK0.360.4200.45
HSL249.15º26.94%42.94%-
HSV(B)249.15º42.45%54.51%-
XYZ11.659.7325.69-
YUV89.42155.98127.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.90%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 139 (54.69% from 255) = 45.13%
R=28.90%
G=25.97%
B=45.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89801390.360.4200.45249.1526.9442.94
Hex59508B242A02Df91b2b
Octal13112021344520553713353
Binary101100110100001000101110010010101001011011111100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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