Html Css Color HEX #595697 Governor Bay

📋 copy color: '#595697'

red 89 ◦ green 86 ◦ blue 151

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

Shades of Governor Bay #595697

Tints of Governor Bay #595697

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.38%

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

R = 27.3%
G = 26.38%
B = 46.32%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#595697 (or 0x595697) is known color: Governor Bay. HEX triplet: 59, 56 and 97. RGB value is (89,86,151). Sum of RGB (Red+Green+Blue) = 89+86+151=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 151 - color contains mainly: blue. Hex color #595697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595697 is #A6A968. Grayscale: #5E5E5E. Windows color (decimal): -10922345 or 9918041. OLE color: 9918041.

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

Color convert

RGB 89 86 151 -
CMYK 0.41 0.43 0 0.41
HSL 242.77º 0.27% 0.46% -
HSV(B) 242.77º 0.43% 0.59% -
XYZ 13.03 11.01 30.72 -
YUV 94.31 159.99 124.21 -
System Red Green Blue C M Y K H S L
Decimal 89 86 151 0.41 0.43 0 0.41 242.77 0.27 0.46
Hex 59 56 97 29 2B 0 29 F3 1B 2E
Octal 131 126 227 51 53 0 51 363 33 56
Binary 1011001 1010110 10010111 101001 101011 0 101001 11110011 11011 101110

Color Harmonies of #595697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595697

Black with #595697

Text Example


Text Example

White with #595697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595697; }

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

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

background-color css

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

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

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

border-color css

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

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

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