Html Css Color HEX #595599 Governor Bay

📋 copy color: '#595599'

red 89 ◦ green 85 ◦ blue 153

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

Shades of Governor Bay #595599

Tints of Governor Bay #595599

RGB

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

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

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

R = 27.22%
G = 25.99%
B = 46.79%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#595599 (or 0x595599) is known color: Governor Bay. HEX triplet: 59, 55 and 99. RGB value is (89,85,153). Sum of RGB (Red+Green+Blue) = 89+85+153=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #595599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595599 is #A6AA66. Grayscale: #5D5D5D. Windows color (decimal): -10922599 or 10048857. OLE color: 10048857.

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

Color convert

RGB 89 85 153 -
CMYK 0.42 0.44 0 0.4
HSL 243.53º 0.29% 0.47% -
HSV(B) 243.53º 0.44% 0.6% -
XYZ 13.12 10.92 31.55 -
YUV 93.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 89 85 153 0.42 0.44 0 0.4 243.53 0.29 0.47
Hex 59 55 99 2A 2C 0 28 F4 1D 2F
Octal 131 125 231 52 54 0 50 364 35 57
Binary 1011001 1010101 10011001 101010 101100 0 101000 11110100 11101 101111

Color Harmonies of #595599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595599

Black with #595599

Text Example


Text Example

White with #595599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595599; }

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

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

background-color css

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

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

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

border-color css

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

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

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