Html Css Color HEX #596397 Governor Bay

📋 copy color: '#596397'

red 89 ◦ green 99 ◦ blue 151

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

Shades of Governor Bay #596397

Tints of Governor Bay #596397

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.2%

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

R = 26.25%
G = 29.2%
B = 44.54%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#596397 (or 0x596397) is known color: Governor Bay. HEX triplet: 59, 63 and 97. RGB value is (89,99,151). Sum of RGB (Red+Green+Blue) = 89+99+151=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 151 - color contains mainly: blue. Hex color #596397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596397 is #A69C68. Grayscale: #656565. Windows color (decimal): -10919017 or 9921369. OLE color: 9921369.

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

Color convert

RGB 89 99 151 -
CMYK 0.41 0.34 0 0.41
HSL 230.32º 0.26% 0.47% -
HSV(B) 230.32º 0.41% 0.59% -
XYZ 14.17 13.28 31.1 -
YUV 101.94 155.69 118.77 -
System Red Green Blue C M Y K H S L
Decimal 89 99 151 0.41 0.34 0 0.41 230.32 0.26 0.47
Hex 59 63 97 29 22 0 29 E6 1A 2F
Octal 131 143 227 51 42 0 51 346 32 57
Binary 1011001 1100011 10010111 101001 100010 0 101001 11100110 11010 101111

Color Harmonies of #596397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596397

Black with #596397

Text Example


Text Example

White with #596397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596397; }

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

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

background-color css

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

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

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

border-color css

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

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

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