Html Css Color HEX #595A87 Governor Bay

📋 copy color: '#595A87'

red 89 ◦ green 90 ◦ blue 135

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

Shades of Governor Bay #595A87

Tints of Governor Bay #595A87

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.66%

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

R = 28.34%
G = 28.66%
B = 42.99%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#595A87 (or 0x595A87) is known color: Governor Bay. HEX triplet: 59, 5A and 87. RGB value is (89,90,135). Sum of RGB (Red+Green+Blue) = 89+90+135=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #595A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595A87 is #A6A578. Grayscale: #5E5E5E. Windows color (decimal): -10921337 or 8870489. OLE color: 8870489.

HSL color Cylindrical-coordinate representation of color #595A87: hue angle of 238.7º 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 #595A87 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 90 135 -
CMYK 0.34 0.33 0 0.47
HSL 238.7º 0.21% 0.44% -
HSV(B) 238.7º 0.34% 0.53% -
XYZ 12.15 11.19 24.44 -
YUV 94.83 150.67 123.84 -
System Red Green Blue C M Y K H S L
Decimal 89 90 135 0.34 0.33 0 0.47 238.7 0.21 0.44
Hex 59 5A 87 22 21 0 2F EF 15 2C
Octal 131 132 207 42 41 0 57 357 25 54
Binary 1011001 1011010 10000111 100010 100001 0 101111 11101111 10101 101100

Color Harmonies of #595A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A87

Black with #595A87

Text Example


Text Example

White with #595A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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