Html Css Color HEX #595499 Governor Bay

📋 copy color: '#595499'

red 89 ◦ green 84 ◦ blue 153

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

Shades of Governor Bay #595499

Tints of Governor Bay #595499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.77%

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

R = 27.3%
G = 25.77%
B = 46.93%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#595499 (or 0x595499) is known color: Governor Bay. HEX triplet: 59, 54 and 99. RGB value is (89,84,153). Sum of RGB (Red+Green+Blue) = 89+84+153=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #595499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595499 is #A6AB66. Grayscale: #5D5D5D. Windows color (decimal): -10922855 or 10048601. OLE color: 10048601.

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

Color convert

RGB 89 84 153 -
CMYK 0.42 0.45 0 0.4
HSL 244.35º 0.29% 0.46% -
HSV(B) 244.35º 0.45% 0.6% -
XYZ 13.04 10.76 31.53 -
YUV 93.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 89 84 153 0.42 0.45 0 0.4 244.35 0.29 0.46
Hex 59 54 99 2A 2D 0 28 F4 1D 2E
Octal 131 124 231 52 55 0 50 364 35 56
Binary 1011001 1010100 10011001 101010 101101 0 101000 11110100 11101 101110

Color Harmonies of #595499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595499

Black with #595499

Text Example


Text Example

White with #595499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595499; }

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

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

background-color css

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

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

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

border-color css

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

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

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