Html Css Color HEX #596097 Governor Bay

📋 copy color: '#596097'

red 89 ◦ green 96 ◦ blue 151

#596097
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #596097

Tints of Governor Bay #596097

RGB

 RED value IS 89 (35.16% from 255) = 26.49%

 GREEN value IS 96 (37.89% from 255) = 28.57%

 BLUE value IS 151 (59.38% from 255) = 44.94%

R = 26.49%
G = 28.57%
B = 44.94%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#596097 (or 0x596097) is known color: Governor Bay. HEX triplet: 59, 60 and 97. RGB value is (89,96,151). Sum of RGB (Red+Green+Blue) = 89+96+151=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #596097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596097 is #A69F68. Grayscale: #636363. Windows color (decimal): -10919785 or 9920601. OLE color: 9920601.

HSL color Cylindrical-coordinate representation of color #596097: hue angle of 233.23º 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 #596097 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 96 151 -
CMYK 0.41 0.36 0 0.41
HSL 233.23º 0.26% 0.47% -
HSV(B) 233.23º 0.41% 0.59% -
XYZ 13.89 12.72 31 -
YUV 100.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 89 96 151 0.41 0.36 0 0.41 233.23 0.26 0.47
Hex 59 60 97 29 24 0 29 E9 1A 2F
Octal 131 140 227 51 44 0 51 351 32 57
Binary 1011001 1100000 10010111 101001 100100 0 101001 11101001 11010 101111

Color Harmonies of #596097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596097

Black with #596097

Text Example


Text Example

White with #596097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596097; }

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

 H1.HeaderClassName
 {
   color: #596097;
 }
 .AnyTagClassName
 {
   color: #596097;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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