#595491

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

Shades of Governor Bay #595491

Tints of Governor Bay #595491

Color information

#595491 (or 0x595491) is unknown color: approx Governor Bay. HEX triplet: 59, 54 and 91. RGB value is (89,84,145). Sum of RGB (Red+Green+Blue) = 89+84+145=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #595491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595491 is #A6AB6E. Grayscale: #5C5C5C. Windows color (decimal): -10922863 or 9524313. OLE color: 9524313.

HSL color Cylindrical-coordinate representation of color #595491: hue angle of 244.92º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #595491 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8984145-
CMYK0.390.4200.43
HSL244.92º26.64%44.9%-
HSV(B)244.92º42.07%56.86%-
XYZ12.410.5128.16-
YUV92.45157.66125.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.99%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 145 (57.03% from 255) = 45.60%
R=27.99%
G=26.42%
B=45.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89841450.390.4200.43244.9226.6444.9
Hex595491272A02Bf51b2d
Octal13112422147520533653355
Binary101100110101001001000110011110101001010111111010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595491; }

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

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

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

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

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

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

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

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