Html Css Color HEX #596096 Governor Bay

📋 copy color: '#596096'

red 89 ◦ green 96 ◦ blue 150

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

Shades of Governor Bay #596096

Tints of Governor Bay #596096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.78%

R = 26.57%
G = 28.66%
B = 44.78%

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

#596096 (or 0x596096) is known color: Governor Bay. HEX triplet: 59, 60 and 96. RGB value is (89,96,150). Sum of RGB (Red+Green+Blue) = 89+96+150=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #596096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596096 is #A69F69. Grayscale: #636363. Windows color (decimal): -10919786 or 9855065. OLE color: 9855065.

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

Color convert

RGB 89 96 150 -
CMYK 0.41 0.36 0 0.41
HSL 233.11º 0.26% 0.47% -
HSV(B) 233.11º 0.41% 0.59% -
XYZ 13.81 12.69 30.58 -
YUV 100.06 156.18 120.11 -
System Red Green Blue C M Y K H S L
Decimal 89 96 150 0.41 0.36 0 0.41 233.11 0.26 0.47
Hex 59 60 96 29 24 0 29 E9 1A 2F
Octal 131 140 226 51 44 0 51 351 32 57
Binary 1011001 1100000 10010110 101001 100100 0 101001 11101001 11010 101111

Color Harmonies of #596096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596096

Black with #596096

Text Example


Text Example

White with #596096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596096; }

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

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

background-color css

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

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

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

border-color css

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

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

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