Html Css Color HEX #595399 Governor Bay

📋 copy color: '#595399'

red 89 ◦ green 83 ◦ blue 153

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

Shades of Governor Bay #595399

Tints of Governor Bay #595399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.54%

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

R = 27.38%
G = 25.54%
B = 47.08%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#595399 (or 0x595399) is known color: Governor Bay. HEX triplet: 59, 53 and 99. RGB value is (89,83,153). Sum of RGB (Red+Green+Blue) = 89+83+153=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #595399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595399 is #A6AC66. Grayscale: #5C5C5C. Windows color (decimal): -10923111 or 10048345. OLE color: 10048345.

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

Color convert

RGB 89 83 153 -
CMYK 0.42 0.46 0 0.4
HSL 245.14º 0.3% 0.46% -
HSV(B) 245.14º 0.46% 0.6% -
XYZ 12.96 10.61 31.5 -
YUV 92.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 89 83 153 0.42 0.46 0 0.4 245.14 0.3 0.46
Hex 59 53 99 2A 2E 0 28 F5 1E 2E
Octal 131 123 231 52 56 0 50 365 36 56
Binary 1011001 1010011 10011001 101010 101110 0 101000 11110101 11110 101110

Color Harmonies of #595399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595399

Black with #595399

Text Example


Text Example

White with #595399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595399; }

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

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

background-color css

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

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

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

border-color css

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

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

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