#595199

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

Shades of Governor Bay #595199

Tints of Governor Bay #595199

Color information

#595199 (or 0x595199) is unknown color: approx Governor Bay. HEX triplet: 59, 51 and 99. RGB value is (89,81,153). Sum of RGB (Red+Green+Blue) = 89+81+153=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #595199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595199 is #A6AE66. Grayscale: #5B5B5B. Windows color (decimal): -10923623 or 10047833. OLE color: 10047833.

HSL color Cylindrical-coordinate representation of color #595199: hue angle of 246.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #595199 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8981153-
CMYK0.420.4700.4
HSL246.67º30.77%45.88%-
HSV(B)246.67º47.06%60%-
XYZ12.8110.3131.45-
YUV91.6162.65126.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.55%
GREEN value IS 81 (32.03% from 255) = 25.08%
BLUE value IS 153 (60.16% from 255) = 47.37%
R=27.55%
G=25.08%
B=47.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal89811530.420.4700.4246.6730.7745.88
Hex5951992A2F028f71f2e
Octal13112123152570503673756
Binary101100110100011001100110101010111101010001111011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595199; }

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

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

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

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

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

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

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

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