Html Css Color HEX #595795 Governor Bay

📋 copy color: '#595795'

red 89 ◦ green 87 ◦ blue 149

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

Shades of Governor Bay #595795

Tints of Governor Bay #595795

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.77%

 BLUE value IS 149 (58.59% from 255) = 45.85%

R = 27.38%
G = 26.77%
B = 45.85%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#595795 (or 0x595795) is known color: Governor Bay. HEX triplet: 59, 57 and 95. RGB value is (89,87,149). Sum of RGB (Red+Green+Blue) = 89+87+149=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #595795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595795 is #A6A86A. Grayscale: #5E5E5E. Windows color (decimal): -10922091 or 9787225. OLE color: 9787225.

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

Color convert

RGB 89 87 149 -
CMYK 0.40 0.42 0 0.42
HSL 241.94º 0.26% 0.46% -
HSV(B) 241.94º 0.42% 0.58% -
XYZ 12.95 11.11 29.9 -
YUV 94.67 158.66 123.96 -
System Red Green Blue C M Y K H S L
Decimal 89 87 149 0.40 0.42 0 0.42 241.94 0.26 0.46
Hex 59 57 95 28 2A 0 2A F2 1A 2E
Octal 131 127 225 50 52 0 52 362 32 56
Binary 1011001 1010111 10010101 101000 101010 0 101010 11110010 11010 101110

Color Harmonies of #595795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595795

Black with #595795

Text Example


Text Example

White with #595795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595795; }

 p { color: rgb(89,87,149); }

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

background-color css

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

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

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

border-color css

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

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

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