#59A593

Color #59A593 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #59A593

Tints of Keppel #59A593

Color information

#59A593 (or 0x59A593) is unknown color: approx Keppel. HEX triplet: 59, A5 and 93. RGB value is (89,165,147). Sum of RGB (Red+Green+Blue) = 89+165+147=401 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.19% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 165 - color contains mainly: green. Hex color #59A593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A593 is #A65A6C. Grayscale: #8C8C8C. Windows color (decimal): -10902125 or 9676121. OLE color: 9676121.

HSL color Cylindrical-coordinate representation of color #59A593: hue angle of 165.79º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59A593 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB89165147-
CMYK0.4600.110.35
HSL165.79º29.92%49.8%-
HSV(B)165.79º46.06%64.71%-
XYZ22.8431.1432.41-
YUV140.22131.8291.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.19%
GREEN value IS 165 (64.84% from 255) = 41.15%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=22.19%
G=41.15%
B=36.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891651470.4600.110.35165.7929.9249.8
Hex59A5932E0B23a61e32
Octal13124522356013432463662
Binary10110011010010110010011101110010111000111010011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59A593; }

 p { color: rgb(89,165,147); }

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

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

 a { background-color: rgb(89,165,147); }

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

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

 span { border-color: rgb(89,165,147); }

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