#595197

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

Shades of Governor Bay #595197

Tints of Governor Bay #595197

Color information

#595197 (or 0x595197) is unknown color: approx Governor Bay. HEX triplet: 59, 51 and 97. RGB value is (89,81,151). Sum of RGB (Red+Green+Blue) = 89+81+151=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 151 - color contains mainly: blue. Hex color #595197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595197 is #A6AE68. Grayscale: #5B5B5B. Windows color (decimal): -10923625 or 9916761. OLE color: 9916761.

HSL color Cylindrical-coordinate representation of color #595197: hue angle of 246.86º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #595197 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8981151-
CMYK0.410.4600.41
HSL246.86º30.17%45.49%-
HSV(B)246.86º46.36%59.22%-
XYZ12.6510.2430.59-
YUV91.37161.65126.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.73%
GREEN value IS 81 (32.03% from 255) = 25.23%
BLUE value IS 151 (59.38% from 255) = 47.04%
R=27.73%
G=25.23%
B=47.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal89811510.410.4600.41246.8630.1745.49
Hex595197292E029f71e2d
Octal13112122751560513673655
Binary101100110100011001011110100110111001010011111011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595197; }

 p { color: rgb(89,81,151); }

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

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

 a { background-color: rgb(89,81,151); }

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

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

 span { border-color: rgb(89,81,151); }

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