#595A9B

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

Shades of Governor Bay #595A9B

Tints of Governor Bay #595A9B

Color information

#595A9B (or 0x595A9B) is unknown color: approx Governor Bay. HEX triplet: 59, 5A and 9B. RGB value is (89,90,155). Sum of RGB (Red+Green+Blue) = 89+90+155=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #595A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595A9B is #A6A564. Grayscale: #606060. Windows color (decimal): -10921317 or 10181209. OLE color: 10181209.

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

Color convert

RGB8990155-
CMYK0.430.4200.39
HSL239.09º27.05%47.84%-
HSV(B)239.09º42.58%60.78%-
XYZ13.6911.832.57-
YUV97.11160.67122.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.65%
GREEN value IS 90 (35.55% from 255) = 26.95%
BLUE value IS 155 (60.94% from 255) = 46.41%
R=26.65%
G=26.95%
B=46.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89901550.430.4200.39239.0927.0547.84
Hex595A9B2B2A027ef1b30
Octal13113223353520473573360
Binary101100110110101001101110101110101001001111110111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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