#596196

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

Shades of Governor Bay #596196

Tints of Governor Bay #596196

Color information

#596196 (or 0x596196) is unknown color: approx Governor Bay. HEX triplet: 59, 61 and 96. RGB value is (89,97,150). Sum of RGB (Red+Green+Blue) = 89+97+150=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #596196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596196 is #A69E69. Grayscale: #646464. Windows color (decimal): -10919530 or 9855321. OLE color: 9855321.

HSL color Cylindrical-coordinate representation of color #596196: hue angle of 232.13º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #596196 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8997150-
CMYK0.410.3500.41
HSL232.13º25.52%46.86%-
HSV(B)232.13º40.67%58.82%-
XYZ13.912.8830.61-
YUV100.65155.85119.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.49%
GREEN value IS 97 (38.28% from 255) = 28.87%
BLUE value IS 150 (58.98% from 255) = 44.64%
R=26.49%
G=28.87%
B=44.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal89971500.410.3500.41232.1325.5246.86
Hex5961962923029e81a2f
Octal13114122651430513503257
Binary101100111000011001011010100110001101010011110100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596196; }

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

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

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

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

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

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

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

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