Html Css Color HEX #595999 Governor Bay

📋 copy color: '#595999'

red 89 ◦ green 89 ◦ blue 153

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

Shades of Governor Bay #595999

Tints of Governor Bay #595999

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.89%

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

R = 26.89%
G = 26.89%
B = 46.22%

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

#595999 (or 0x595999) is known color: Governor Bay. HEX triplet: 59, 59 and 99. RGB value is (89,89,153). Sum of RGB (Red+Green+Blue) = 89+89+153=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #595999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595999 is #A6A666. Grayscale: #606060. Windows color (decimal): -10921575 or 10049881. OLE color: 10049881.

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

Color convert

RGB 89 89 153 -
CMYK 0.42 0.42 0 0.4
HSL 240º 0.26% 0.47% -
HSV(B) 240º 0.42% 0.6% -
XYZ 13.44 11.57 31.66 -
YUV 96.3 160 122.8 -
System Red Green Blue C M Y K H S L
Decimal 89 89 153 0.42 0.42 0 0.4 240 0.26 0.47
Hex 59 59 99 2A 2A 0 28 F0 1A 2F
Octal 131 131 231 52 52 0 50 360 32 57
Binary 1011001 1011001 10011001 101010 101010 0 101000 11110000 11010 101111

Color Harmonies of #595999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595999

Black with #595999

Text Example


Text Example

White with #595999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595999; }

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

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

background-color css

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

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

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

border-color css

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

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

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