Html Css Color HEX #595E90 Governor Bay

📋 copy color: '#595E90'

red 89 ◦ green 94 ◦ blue 144

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

Shades of Governor Bay #595E90

Tints of Governor Bay #595E90

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.75%

 BLUE value IS 144 (56.64% from 255) = 44.04%

R = 27.22%
G = 28.75%
B = 44.04%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#595E90 (or 0x595E90) is known color: Governor Bay. HEX triplet: 59, 5E and 90. RGB value is (89,94,144). Sum of RGB (Red+Green+Blue) = 89+94+144=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #595E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595E90 is #A6A16F. Grayscale: #626262. Windows color (decimal): -10920304 or 9461337. OLE color: 9461337.

HSL color Cylindrical-coordinate representation of color #595E90: hue angle of 234.55º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #595E90 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 94 144 -
CMYK 0.38 0.35 0 0.44
HSL 234.55º 0.24% 0.46% -
HSV(B) 234.55º 0.38% 0.56% -
XYZ 13.16 12.14 28.04 -
YUV 98.21 153.84 121.43 -
System Red Green Blue C M Y K H S L
Decimal 89 94 144 0.38 0.35 0 0.44 234.55 0.24 0.46
Hex 59 5E 90 26 23 0 2C EB 18 2E
Octal 131 136 220 46 43 0 54 353 30 56
Binary 1011001 1011110 10010000 100110 100011 0 101100 11101011 11000 101110

Color Harmonies of #595E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595E90

Black with #595E90

Text Example


Text Example

White with #595E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,94,144); }

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

background-color css

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

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

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

border-color css

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

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

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