#595A9A

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

Shades of Governor Bay #595A9A

Tints of Governor Bay #595A9A

Color information

#595A9A (or 0x595A9A) is unknown color: approx Governor Bay. HEX triplet: 59, 5A and 9A. RGB value is (89,90,154). Sum of RGB (Red+Green+Blue) = 89+90+154=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 154 - color contains mainly: blue. Hex color #595A9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595A9A is #A6A565. Grayscale: #606060. Windows color (decimal): -10921318 or 10115673. OLE color: 10115673.

HSL color Cylindrical-coordinate representation of color #595A9A: hue angle of 239.08º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #595A9A is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8990154-
CMYK0.420.4200.40
HSL239.08º26.75%47.65%-
HSV(B)239.08º42.21%60.39%-
XYZ13.6111.7732.13-
YUV97160.17122.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.73%
GREEN value IS 90 (35.55% from 255) = 27.03%
BLUE value IS 154 (60.55% from 255) = 46.25%
R=26.73%
G=27.03%
B=46.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal89901540.420.4200.40239.0826.7547.65
Hex595A9A2A2A028ef1b30
Octal13113223252520503573360
Binary101100110110101001101010101010101001010001110111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,90,154); }

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

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

 a { background-color: rgb(89,90,154); }

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

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

 span { border-color: rgb(89,90,154); }

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