#59A596

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

Shades of Keppel #59A596

Tints of Keppel #59A596

Color information

#59A596 (or 0x59A596) is unknown color: approx Keppel. HEX triplet: 59, A5 and 96. RGB value is (89,165,150). Sum of RGB (Red+Green+Blue) = 89+165+150=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 165 - color contains mainly: green. Hex color #59A596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A596 is #A65A69. Grayscale: #8C8C8C. Windows color (decimal): -10902122 or 9872729. OLE color: 9872729.

HSL color Cylindrical-coordinate representation of color #59A596: hue angle of 168.16º 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 #59A596 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB89165150-
CMYK0.4600.090.35
HSL168.16º29.92%49.8%-
HSV(B)168.16º46.06%64.71%-
XYZ23.0831.2433.67-
YUV140.57133.3291.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.03%
GREEN value IS 165 (64.84% from 255) = 40.84%
BLUE value IS 150 (58.98% from 255) = 37.13%
R=22.03%
G=40.84%
B=37.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891651500.4600.090.35168.1629.9249.8
Hex59A5962E0923a81e32
Octal13124522656011432503662
Binary10110011010010110010110101110010011000111010100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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