#59A591

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

Shades of Keppel #59A591

Tints of Keppel #59A591

Color information

#59A591 (or 0x59A591) is unknown color: approx Keppel. HEX triplet: 59, A5 and 91. RGB value is (89,165,145). Sum of RGB (Red+Green+Blue) = 89+165+145=399 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.31% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 165 - color contains mainly: green. Hex color #59A591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A591 is #A65A6E. Grayscale: #8C8C8C. Windows color (decimal): -10902127 or 9545049. OLE color: 9545049.

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

Color convert

RGB89165145-
CMYK0.4600.120.35
HSL164.21º29.92%49.8%-
HSV(B)164.21º46.06%64.71%-
XYZ22.6931.0831.59-
YUV140130.8291.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.31%
GREEN value IS 165 (64.84% from 255) = 41.35%
BLUE value IS 145 (57.03% from 255) = 36.34%
R=22.31%
G=41.35%
B=36.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891651450.4600.120.35164.2129.9249.8
Hex59A5912E0C23a41e32
Octal13124522156014432443662
Binary10110011010010110010001101110011001000111010010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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