Html Css Color HEX #595695 Governor Bay

📋 copy color: '#595695'

red 89 ◦ green 86 ◦ blue 149

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

Shades of Governor Bay #595695

Tints of Governor Bay #595695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.54%

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

R = 27.47%
G = 26.54%
B = 45.99%

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

#595695 (or 0x595695) is known color: Governor Bay. HEX triplet: 59, 56 and 95. RGB value is (89,86,149). Sum of RGB (Red+Green+Blue) = 89+86+149=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #595695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595695 is #A6A96A. Grayscale: #5D5D5D. Windows color (decimal): -10922347 or 9786969. OLE color: 9786969.

HSL color Cylindrical-coordinate representation of color #595695: hue angle of 242.86º degrees, saturation: 0.27, 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 #595695 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 86 149 -
CMYK 0.40 0.42 0 0.42
HSL 242.86º 0.27% 0.46% -
HSV(B) 242.86º 0.42% 0.58% -
XYZ 12.87 10.95 29.87 -
YUV 94.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 89 86 149 0.40 0.42 0 0.42 242.86 0.27 0.46
Hex 59 56 95 28 2A 0 2A F3 1B 2E
Octal 131 126 225 50 52 0 52 363 33 56
Binary 1011001 1010110 10010101 101000 101010 0 101010 11110011 11011 101110

Color Harmonies of #595695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595695

Black with #595695

Text Example


Text Example

White with #595695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595695; }

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

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

background-color css

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

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

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

border-color css

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

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

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