Html Css Color HEX #595B88 Governor Bay

📋 copy color: '#595B88'

red 89 ◦ green 91 ◦ blue 136

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

Shades of Governor Bay #595B88

Tints of Governor Bay #595B88

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.8%

 BLUE value IS 136 (53.52% from 255) = 43.04%

R = 28.16%
G = 28.8%
B = 43.04%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#595B88 (or 0x595B88) is known color: Governor Bay. HEX triplet: 59, 5B and 88. RGB value is (89,91,136). Sum of RGB (Red+Green+Blue) = 89+91+136=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #595B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595B88 is #A6A477. Grayscale: #5F5F5F. Windows color (decimal): -10921080 or 8936281. OLE color: 8936281.

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

Color convert

RGB 89 91 136 -
CMYK 0.35 0.33 0 0.47
HSL 237.45º 0.21% 0.44% -
HSV(B) 237.45º 0.35% 0.53% -
XYZ 12.3 11.38 24.84 -
YUV 95.53 150.84 123.34 -
System Red Green Blue C M Y K H S L
Decimal 89 91 136 0.35 0.33 0 0.47 237.45 0.21 0.44
Hex 59 5B 88 23 21 0 2F ED 15 2C
Octal 131 133 210 43 41 0 57 355 25 54
Binary 1011001 1011011 10001000 100011 100001 0 101111 11101101 10101 101100

Color Harmonies of #595B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595B88

Black with #595B88

Text Example


Text Example

White with #595B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,91,136); }

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

background-color css

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

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

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

border-color css

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

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

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