#595188

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

Shades of Victoria #595188

Tints of Victoria #595188

Color information

#595188 (or 0x595188) is unknown color: approx Victoria. HEX triplet: 59, 51 and 88. RGB value is (89,81,136). Sum of RGB (Red+Green+Blue) = 89+81+136=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #595188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595188 is #A6AE77. Grayscale: #595959. Windows color (decimal): -10923640 or 8933721. OLE color: 8933721.

HSL color Cylindrical-coordinate representation of color #595188: hue angle of 248.73º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #595188 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8981136-
CMYK0.350.4000.47
HSL248.73º25.35%42.55%-
HSV(B)248.73º40.44%53.33%-
XYZ11.519.7924.58-
YUV89.66154.15127.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.08%
GREEN value IS 81 (32.03% from 255) = 26.47%
BLUE value IS 136 (53.52% from 255) = 44.44%
R=29.08%
G=26.47%
B=44.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal89811360.350.4000.47248.7325.3542.55
Hex595188232802Ff9192b
Octal13112121043500573713153
Binary101100110100011000100010001110100001011111111100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595188; }

 p { color: rgb(89,81,136); }

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

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

 a { background-color: rgb(89,81,136); }

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

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

 span { border-color: rgb(89,81,136); }

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