#595890

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

Shades of Governor Bay #595890

Tints of Governor Bay #595890

Color information

#595890 (or 0x595890) is unknown color: approx Governor Bay. HEX triplet: 59, 58 and 90. RGB value is (89,88,144). Sum of RGB (Red+Green+Blue) = 89+88+144=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #595890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595890 is #A6A76F. Grayscale: #5E5E5E. Windows color (decimal): -10921840 or 9459801. OLE color: 9459801.

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

Color convert

RGB8988144-
CMYK0.380.3900.44
HSL241.07º24.14%45.49%-
HSV(B)241.07º38.89%56.47%-
XYZ12.6411.1227.86-
YUV94.68155.83123.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.73%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=27.73%
G=27.41%
B=44.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89881440.380.3900.44241.0724.1445.49
Hex595890262702Cf1182d
Octal13113022046470543613055
Binary101100110110001001000010011010011101011001111000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595890; }

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

 H1.HeaderClassName
 {
   color: #595890;
 }
 .AnyTagClassName
 {
   color: #595890;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #595890;
 }
 .BgClassName
 {
   background-color: #595890;
 }
</style>
border-color css

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

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

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