#595B92

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

Shades of Governor Bay #595B92

Tints of Governor Bay #595B92

Color information

#595B92 (or 0x595B92) is unknown color: approx Governor Bay. HEX triplet: 59, 5B and 92. RGB value is (89,91,146). Sum of RGB (Red+Green+Blue) = 89+91+146=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #595B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595B92 is #A6A46D. Grayscale: #606060. Windows color (decimal): -10921070 or 9591641. OLE color: 9591641.

HSL color Cylindrical-coordinate representation of color #595B92: hue angle of 237.89º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #595B92 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8991146-
CMYK0.390.3800.43
HSL237.89º24.26%46.08%-
HSV(B)237.89º39.04%57.25%-
XYZ13.0511.6828.76-
YUV96.67155.84122.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.30%
GREEN value IS 91 (35.94% from 255) = 27.91%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=27.30%
G=27.91%
B=44.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89911460.390.3800.43237.8924.2646.08
Hex595B92272602Bee182e
Octal13113322247460533563056
Binary101100110110111001001010011110011001010111110111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,91,146); }

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

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

 a { background-color: rgb(89,91,146); }

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

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

 span { border-color: rgb(89,91,146); }

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