#595CA0

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

Shades of Governor Bay #595CA0

Tints of Governor Bay #595CA0

Color information

#595CA0 (or 0x595CA0) is unknown color: approx Governor Bay. HEX triplet: 59, 5C and A0. RGB value is (89,92,160). Sum of RGB (Red+Green+Blue) = 89+92+160=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 160 - color contains mainly: blue. Hex color #595CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595CA0 is #A6A35F. Grayscale: #626262. Windows color (decimal): -10920800 or 10509401. OLE color: 10509401.

HSL color Cylindrical-coordinate representation of color #595CA0: hue angle of 237.46º 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 #595CA0 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8992160-
CMYK0.440.4300.37
HSL237.46º28.51%48.82%-
HSV(B)237.46º44.37%62.75%-
XYZ14.2912.3234.88-
YUV98.85162.51120.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.10%
GREEN value IS 92 (36.33% from 255) = 26.98%
BLUE value IS 160 (62.89% from 255) = 46.92%
R=26.10%
G=26.98%
B=46.92%

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
Decimal89921600.440.4300.37237.4628.5148.82
Hex595CA02C2B025ed1d31
Octal13113424054530453553561
Binary101100110111001010000010110010101101001011110110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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