Html Css Color HEX #595597 Governor Bay

📋 copy color: '#595597'

red 89 ◦ green 85 ◦ blue 151

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

Shades of Governor Bay #595597

Tints of Governor Bay #595597

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.15%

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

R = 27.38%
G = 26.15%
B = 46.46%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#595597 (or 0x595597) is known color: Governor Bay. HEX triplet: 59, 55 and 97. RGB value is (89,85,151). Sum of RGB (Red+Green+Blue) = 89+85+151=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 151 - color contains mainly: blue. Hex color #595597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595597 is #A6AA68. Grayscale: #5D5D5D. Windows color (decimal): -10922601 or 9917785. OLE color: 9917785.

HSL color Cylindrical-coordinate representation of color #595597: hue angle of 243.64º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #595597 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 85 151 -
CMYK 0.41 0.44 0 0.41
HSL 243.64º 0.28% 0.46% -
HSV(B) 243.64º 0.44% 0.59% -
XYZ 12.95 10.86 30.69 -
YUV 93.72 160.33 124.63 -
System Red Green Blue C M Y K H S L
Decimal 89 85 151 0.41 0.44 0 0.41 243.64 0.28 0.46
Hex 59 55 97 29 2C 0 29 F4 1C 2E
Octal 131 125 227 51 54 0 51 364 34 56
Binary 1011001 1010101 10010111 101001 101100 0 101001 11110100 11100 101110

Color Harmonies of #595597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595597

Black with #595597

Text Example


Text Example

White with #595597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595597; }

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

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

background-color css

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

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

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

border-color css

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

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

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