#596092

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

Shades of Governor Bay #596092

Tints of Governor Bay #596092

Color information

#596092 (or 0x596092) is unknown color: approx Governor Bay. HEX triplet: 59, 60 and 92. RGB value is (89,96,146). Sum of RGB (Red+Green+Blue) = 89+96+146=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #596092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596092 is #A69F6D. Grayscale: #636363. Windows color (decimal): -10919790 or 9592921. OLE color: 9592921.

HSL color Cylindrical-coordinate representation of color #596092: hue angle of 232.63º 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 #596092 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8996146-
CMYK0.390.3400.43
HSL232.63º24.26%46.08%-
HSV(B)232.63º39.04%57.25%-
XYZ13.4912.5628.91-
YUV99.61154.18120.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.89%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 146 (57.42% from 255) = 44.11%
R=26.89%
G=29.00%
B=44.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89961460.390.3400.43232.6324.2646.08
Hex596092272202Be9182e
Octal13114022247420533513056
Binary101100111000001001001010011110001001010111110100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596092; }

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

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

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

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

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

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

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

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