#595A93

Color #595A93 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #595A93

Tints of Governor Bay #595A93

Color information

#595A93 (or 0x595A93) is unknown color: approx Governor Bay. HEX triplet: 59, 5A and 93. RGB value is (89,90,147). Sum of RGB (Red+Green+Blue) = 89+90+147=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #595A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595A93 is #A6A56C. Grayscale: #5F5F5F. Windows color (decimal): -10921325 or 9656921. OLE color: 9656921.

HSL color Cylindrical-coordinate representation of color #595A93: hue angle of 238.97º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #595A93 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8990147-
CMYK0.390.3900.42
HSL238.97º24.58%46.27%-
HSV(B)238.97º39.46%57.65%-
XYZ13.0411.5429.14-
YUV96.2156.67122.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.30%
GREEN value IS 90 (35.55% from 255) = 27.61%
BLUE value IS 147 (57.81% from 255) = 45.09%
R=27.30%
G=27.61%
B=45.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89901470.390.3900.42238.9724.5846.27
Hex595A93272702Aef192e
Octal13113222347470523573156
Binary101100110110101001001110011110011101010101110111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595A93; }

 p { color: rgb(89,90,147); }

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

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

 a { background-color: rgb(89,90,147); }

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

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

 span { border-color: rgb(89,90,147); }

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