#595BA0

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

Shades of Governor Bay #595BA0

Tints of Governor Bay #595BA0

Color information

#595BA0 (or 0x595BA0) is unknown color: approx Governor Bay. HEX triplet: 59, 5B and A0. RGB value is (89,91,160). Sum of RGB (Red+Green+Blue) = 89+91+160=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 160 - color contains mainly: blue. Hex color #595BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595BA0 is #A6A45F. Grayscale: #616161. Windows color (decimal): -10921056 or 10509145. OLE color: 10509145.

HSL color Cylindrical-coordinate representation of color #595BA0: hue angle of 238.31º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #595BA0 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8991160-
CMYK0.440.4300.37
HSL238.31º28.51%48.82%-
HSV(B)238.31º44.37%62.75%-
XYZ14.2112.1434.85-
YUV98.27162.84121.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.18%
GREEN value IS 91 (35.94% from 255) = 26.76%
BLUE value IS 160 (62.89% from 255) = 47.06%
R=26.18%
G=26.76%
B=47.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal89911600.440.4300.37238.3128.5148.82
Hex595BA02C2B025ee1d31
Octal13113324054530453563561
Binary101100110110111010000010110010101101001011110111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,91,160); }

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

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

 a { background-color: rgb(89,91,160); }

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

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

 span { border-color: rgb(89,91,160); }

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