Html Css Color HEX #596396 Governor Bay

📋 copy color: '#596396'

red 89 ◦ green 99 ◦ blue 150

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

Shades of Governor Bay #596396

Tints of Governor Bay #596396

RGB

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

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

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

R = 26.33%
G = 29.29%
B = 44.38%

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

#596396 (or 0x596396) is known color: Governor Bay. HEX triplet: 59, 63 and 96. RGB value is (89,99,150). Sum of RGB (Red+Green+Blue) = 89+99+150=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #596396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596396 is #A69C69. Grayscale: #656565. Windows color (decimal): -10919018 or 9855833. OLE color: 9855833.

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

Color convert

RGB 89 99 150 -
CMYK 0.41 0.34 0 0.41
HSL 230.16º 0.26% 0.47% -
HSV(B) 230.16º 0.41% 0.59% -
XYZ 14.09 13.25 30.67 -
YUV 101.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 89 99 150 0.41 0.34 0 0.41 230.16 0.26 0.47
Hex 59 63 96 29 22 0 29 E6 1A 2F
Octal 131 143 226 51 42 0 51 346 32 57
Binary 1011001 1100011 10010110 101001 100010 0 101001 11100110 11010 101111

Color Harmonies of #596396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596396

Black with #596396

Text Example


Text Example

White with #596396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596396; }

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

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

background-color css

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

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

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

border-color css

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

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

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