#595D90

Color #595D90 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #595D90

Tints of Governor Bay #595D90

Color information

#595D90 (or 0x595D90) is unknown color: approx 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

RGB8993144-
CMYK0.380.3500.44
HSL235.64º23.61%45.69%-
HSV(B)235.64º38.19%56.47%-
XYZ13.0711.9728.01-
YUV97.62154.17121.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.30%
GREEN value IS 93 (36.72% from 255) = 28.53%
BLUE value IS 144 (56.64% from 255) = 44.17%
R=27.30%
G=28.53%
B=44.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89931440.380.3500.44235.6423.6145.69
Hex595D90262302Cec182e
Octal13113522046430543543056
Binary101100110111011001000010011010001101011001110110011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>