#596191

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

Shades of Governor Bay #596191

Tints of Governor Bay #596191

Color information

#596191 (or 0x596191) is unknown color: approx Governor Bay. HEX triplet: 59, 61 and 91. RGB value is (89,97,145). Sum of RGB (Red+Green+Blue) = 89+97+145=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #596191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596191 is #A69E6E. Grayscale: #636363. Windows color (decimal): -10919535 or 9527641. OLE color: 9527641.

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

Color convert

RGB8997145-
CMYK0.390.3300.43
HSL231.43º23.93%45.88%-
HSV(B)231.43º38.62%56.86%-
XYZ13.5112.7228.53-
YUV100.08153.35120.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.89%
GREEN value IS 97 (38.28% from 255) = 29.31%
BLUE value IS 145 (57.03% from 255) = 43.81%
R=26.89%
G=29.31%
B=43.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89971450.390.3300.43231.4323.9345.88
Hex596191272102Be7182e
Octal13114122147410533473056
Binary101100111000011001000110011110000101010111110011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596191; }

 p { color: rgb(89,97,145); }

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

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

 a { background-color: rgb(89,97,145); }

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

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

 span { border-color: rgb(89,97,145); }

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