Html Css Color HEX #596297 Governor Bay

📋 copy color: '#596297'

red 89 ◦ green 98 ◦ blue 151

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

Shades of Governor Bay #596297

Tints of Governor Bay #596297

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.99%

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

R = 26.33%
G = 28.99%
B = 44.67%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#596297 (or 0x596297) is known color: Governor Bay. HEX triplet: 59, 62 and 97. RGB value is (89,98,151). Sum of RGB (Red+Green+Blue) = 89+98+151=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 151 - color contains mainly: blue. Hex color #596297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596297 is #A69D68. Grayscale: #656565. Windows color (decimal): -10919273 or 9921113. OLE color: 9921113.

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

Color convert

RGB 89 98 151 -
CMYK 0.41 0.35 0 0.41
HSL 231.29º 0.26% 0.47% -
HSV(B) 231.29º 0.41% 0.59% -
XYZ 14.07 13.09 31.06 -
YUV 101.35 156.02 119.19 -
System Red Green Blue C M Y K H S L
Decimal 89 98 151 0.41 0.35 0 0.41 231.29 0.26 0.47
Hex 59 62 97 29 23 0 29 E7 1A 2F
Octal 131 142 227 51 43 0 51 347 32 57
Binary 1011001 1100010 10010111 101001 100011 0 101001 11100111 11010 101111

Color Harmonies of #596297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596297

Black with #596297

Text Example


Text Example

White with #596297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596297; }

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

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

background-color css

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

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

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

border-color css

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

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

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