#596095

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

Shades of Governor Bay #596095

Tints of Governor Bay #596095

Color information

#596095 (or 0x596095) is unknown color: approx Governor Bay. HEX triplet: 59, 60 and 95. RGB value is (89,96,149). Sum of RGB (Red+Green+Blue) = 89+96+149=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #596095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596095 is #A69F6A. Grayscale: #636363. Windows color (decimal): -10919787 or 9789529. OLE color: 9789529.

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

Color convert

RGB8996149-
CMYK0.400.3600.42
HSL233º25.21%46.67%-
HSV(B)233º40.27%58.43%-
XYZ13.7312.6630.15-
YUV99.95155.68120.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.65%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 149 (58.59% from 255) = 44.61%
R=26.65%
G=28.74%
B=44.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89961490.400.3600.4223325.2146.67
Hex596095282402Ae9192f
Octal13114022550440523513157
Binary101100111000001001010110100010010001010101110100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596095; }

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

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

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

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

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

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

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

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