Html Css Color HEX #595195 Governor Bay

📋 copy color: '#595195'

red 89 ◦ green 81 ◦ blue 149

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

Shades of Governor Bay #595195

Tints of Governor Bay #595195

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.39%

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

R = 27.9%
G = 25.39%
B = 46.71%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#595195 (or 0x595195) is known color: Governor Bay. HEX triplet: 59, 51 and 95. RGB value is (89,81,149). Sum of RGB (Red+Green+Blue) = 89+81+149=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #595195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595195 is #A6AE6A. Grayscale: #5A5A5A. Windows color (decimal): -10923627 or 9785689. OLE color: 9785689.

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

Color convert

RGB 89 81 149 -
CMYK 0.40 0.46 0 0.42
HSL 247.06º 0.3% 0.45% -
HSV(B) 247.06º 0.46% 0.58% -
XYZ 12.49 10.18 29.74 -
YUV 91.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 89 81 149 0.40 0.46 0 0.42 247.06 0.3 0.45
Hex 59 51 95 28 2E 0 2A F7 1E 2D
Octal 131 121 225 50 56 0 52 367 36 55
Binary 1011001 1010001 10010101 101000 101110 0 101010 11110111 11110 101101

Color Harmonies of #595195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595195

Black with #595195

Text Example


Text Example

White with #595195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595195; }

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

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

background-color css

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

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

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

border-color css

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

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

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