Html Css Color HEX #595D90 Governor Bay

📋 copy color: '#595D90'

red 89 ◦ green 93 ◦ blue 144

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

Shades of Governor Bay #595D90

Tints of Governor Bay #595D90

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.53%

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

R = 27.3%
G = 28.53%
B = 44.17%

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

#595D90 (or 0x595D90) is known color: Governor Bay. HEX triplet: 59, 5D and 90. RGB value is (89,93,144). Sum of RGB (Red+Green+Blue) = 89+93+144=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #595D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595D90 is #A6A26F. Grayscale: #616161. Windows color (decimal): -10920560 or 9461081. OLE color: 9461081.

HSL color Cylindrical-coordinate representation of color #595D90: hue angle of 235.64º 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 #595D90 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 93 144 -
CMYK 0.38 0.35 0 0.44
HSL 235.64º 0.24% 0.46% -
HSV(B) 235.64º 0.38% 0.56% -
XYZ 13.07 11.97 28.01 -
YUV 97.62 154.17 121.85 -
System Red Green Blue C M Y K H S L
Decimal 89 93 144 0.38 0.35 0 0.44 235.64 0.24 0.46
Hex 59 5D 90 26 23 0 2C EC 18 2E
Octal 131 135 220 46 43 0 54 354 30 56
Binary 1011001 1011101 10010000 100110 100011 0 101100 11101100 11000 101110

Color Harmonies of #595D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595D90

Black with #595D90

Text Example


Text Example

White with #595D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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