#595099

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

Shades of Governor Bay #595099

Tints of Governor Bay #595099

Color information

#595099 (or 0x595099) is unknown color: approx Governor Bay. HEX triplet: 59, 50 and 99. RGB value is (89,80,153). Sum of RGB (Red+Green+Blue) = 89+80+153=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #595099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595099 is #A6AF66. Grayscale: #5A5A5A. Windows color (decimal): -10923879 or 10047577. OLE color: 10047577.

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

Color convert

RGB8980153-
CMYK0.420.4800.4
HSL247.4º31.33%45.69%-
HSV(B)247.4º47.71%60%-
XYZ12.7410.1631.43-
YUV91.01162.98126.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.64%
GREEN value IS 80 (31.64% from 255) = 24.84%
BLUE value IS 153 (60.16% from 255) = 47.52%
R=27.64%
G=24.84%
B=47.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal89801530.420.4800.4247.431.3345.69
Hex5950992A30028f71f2e
Octal13112023152600503673756
Binary101100110100001001100110101011000001010001111011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595099; }

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

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

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

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

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

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

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

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