Html Css Color HEX #596499 Governor Bay

📋 copy color: '#596499'

red 89 ◦ green 100 ◦ blue 153

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

Shades of Governor Bay #596499

Tints of Governor Bay #596499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

 BLUE value IS 153 (60.16% from 255) = 44.74%

R = 26.02%
G = 29.24%
B = 44.74%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#596499 (or 0x596499) is known color: Governor Bay. HEX triplet: 59, 64 and 99. RGB value is (89,100,153). Sum of RGB (Red+Green+Blue) = 89+100+153=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #596499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596499 is #A69B66. Grayscale: #666666. Windows color (decimal): -10918759 or 10052697. OLE color: 10052697.

HSL color Cylindrical-coordinate representation of color #596499: hue angle of 229.69º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #596499 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 100 153 -
CMYK 0.42 0.35 0 0.4
HSL 229.69º 0.26% 0.47% -
HSV(B) 229.69º 0.42% 0.6% -
XYZ 14.43 13.54 31.99 -
YUV 102.75 156.36 118.19 -
System Red Green Blue C M Y K H S L
Decimal 89 100 153 0.42 0.35 0 0.4 229.69 0.26 0.47
Hex 59 64 99 2A 23 0 28 E6 1A 2F
Octal 131 144 231 52 43 0 50 346 32 57
Binary 1011001 1100100 10011001 101010 100011 0 101000 11100110 11010 101111

Color Harmonies of #596499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596499

Black with #596499

Text Example


Text Example

White with #596499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596499; }

 p { color: rgb(89,100,153); }

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

background-color css

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

 a { background-color: rgb(89,100,153); }

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

border-color css

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

 span { border-color: rgb(89,100,153); }

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