#595490

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

Shades of Governor Bay #595490

Tints of Governor Bay #595490

Color information

#595490 (or 0x595490) is unknown color: approx Governor Bay. HEX triplet: 59, 54 and 90. RGB value is (89,84,144). Sum of RGB (Red+Green+Blue) = 89+84+144=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #595490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595490 is #A6AB6F. Grayscale: #5C5C5C. Windows color (decimal): -10922864 or 9458777. OLE color: 9458777.

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

Color convert

RGB8984144-
CMYK0.380.4200.44
HSL245º26.32%44.71%-
HSV(B)245º41.67%56.47%-
XYZ12.3210.4827.76-
YUV92.34157.16125.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.08%
GREEN value IS 84 (33.20% from 255) = 26.50%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=28.08%
G=26.50%
B=45.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89841440.380.4200.4424526.3244.71
Hex595490262A02Cf51a2d
Octal13112422046520543653255
Binary101100110101001001000010011010101001011001111010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595490; }

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

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

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

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

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

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

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

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