Html Css Color HEX #595899 Governor Bay

📋 copy color: '#595899'

red 89 ◦ green 88 ◦ blue 153

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

Shades of Governor Bay #595899

Tints of Governor Bay #595899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.67%

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

R = 26.97%
G = 26.67%
B = 46.36%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#595899 (or 0x595899) is known color: Governor Bay. HEX triplet: 59, 58 and 99. RGB value is (89,88,153). Sum of RGB (Red+Green+Blue) = 89+88+153=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #595899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595899 is #A6A766. Grayscale: #5F5F5F. Windows color (decimal): -10921831 or 10049625. OLE color: 10049625.

HSL color Cylindrical-coordinate representation of color #595899: hue angle of 240.92º degrees, saturation: 0.27, 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 #595899 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 88 153 -
CMYK 0.42 0.42 0 0.4
HSL 240.92º 0.27% 0.47% -
HSV(B) 240.92º 0.42% 0.6% -
XYZ 13.36 11.4 31.63 -
YUV 95.71 160.33 123.21 -
System Red Green Blue C M Y K H S L
Decimal 89 88 153 0.42 0.42 0 0.4 240.92 0.27 0.47
Hex 59 58 99 2A 2A 0 28 F1 1B 2F
Octal 131 130 231 52 52 0 50 361 33 57
Binary 1011001 1011000 10011001 101010 101010 0 101000 11110001 11011 101111

Color Harmonies of #595899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595899

Black with #595899

Text Example


Text Example

White with #595899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595899; }

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

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

background-color css

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

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

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

border-color css

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

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

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