Html Css Color HEX #595299 Governor Bay

📋 copy color: '#595299'

red 89 ◦ green 82 ◦ blue 153

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

Shades of Governor Bay #595299

Tints of Governor Bay #595299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.31%

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

R = 27.47%
G = 25.31%
B = 47.22%

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

#595299 (or 0x595299) is known color: Governor Bay. HEX triplet: 59, 52 and 99. RGB value is (89,82,153). Sum of RGB (Red+Green+Blue) = 89+82+153=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #595299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595299 is #A6AD66. Grayscale: #5B5B5B. Windows color (decimal): -10923367 or 10048089. OLE color: 10048089.

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

Color convert

RGB 89 82 153 -
CMYK 0.42 0.46 0 0.4
HSL 245.92º 0.3% 0.46% -
HSV(B) 245.92º 0.46% 0.6% -
XYZ 12.89 10.46 31.48 -
YUV 92.19 162.32 125.73 -
System Red Green Blue C M Y K H S L
Decimal 89 82 153 0.42 0.46 0 0.4 245.92 0.3 0.46
Hex 59 52 99 2A 2E 0 28 F6 1E 2E
Octal 131 122 231 52 56 0 50 366 36 56
Binary 1011001 1010010 10011001 101010 101110 0 101000 11110110 11110 101110

Color Harmonies of #595299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595299

Black with #595299

Text Example


Text Example

White with #595299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595299; }

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

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

background-color css

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

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

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

border-color css

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

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

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