Html Css Color HEX #595987 Governor Bay

📋 copy color: '#595987'

red 89 ◦ green 89 ◦ blue 135

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

Shades of Governor Bay #595987

Tints of Governor Bay #595987

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.43%

 BLUE value IS 135 (53.13% from 255) = 43.13%

R = 28.43%
G = 28.43%
B = 43.13%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#595987 (or 0x595987) is known color: Governor Bay. HEX triplet: 59, 59 and 87. RGB value is (89,89,135). Sum of RGB (Red+Green+Blue) = 89+89+135=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 135 - color contains mainly: blue. Hex color #595987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595987 is #A6A678. Grayscale: #5E5E5E. Windows color (decimal): -10921593 or 8870233. OLE color: 8870233.

HSL color Cylindrical-coordinate representation of color #595987: hue angle of 240º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #595987 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 89 135 -
CMYK 0.34 0.34 0 0.47
HSL 240º 0.21% 0.44% -
HSV(B) 240º 0.34% 0.53% -
XYZ 12.07 11.02 24.41 -
YUV 94.24 151 124.26 -
System Red Green Blue C M Y K H S L
Decimal 89 89 135 0.34 0.34 0 0.47 240 0.21 0.44
Hex 59 59 87 22 22 0 2F F0 15 2C
Octal 131 131 207 42 42 0 57 360 25 54
Binary 1011001 1011001 10000111 100010 100010 0 101111 11110000 10101 101100

Color Harmonies of #595987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595987

Black with #595987

Text Example


Text Example

White with #595987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595987; }

 p { color: rgb(89,89,135); }

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

background-color css

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

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

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

border-color css

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

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

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