#5AAA89

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

Shades of Keppel #5AAA89

Tints of Keppel #5AAA89

Color information

#5AAA89 (or 0x5AAA89) is unknown color: approx Keppel. HEX triplet: 5A, AA and 89. RGB value is (90,170,137). Sum of RGB (Red+Green+Blue) = 90+170+137=397 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.67% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAA89 is #A55576. Grayscale: #8E8E8E. Windows color (decimal): -10835319 or 9022042. OLE color: 9022042.

HSL color Cylindrical-coordinate representation of color #5AAA89: hue angle of 155.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AAA89 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB90170137-
CMYK0.4700.190.33
HSL155.25º32%50.98%-
HSV(B)155.25º47.06%66.67%-
XYZ23.1132.7328.77-
YUV142.3212590.68-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.67%
GREEN value IS 170 (66.80% from 255) = 42.82%
BLUE value IS 137 (53.91% from 255) = 34.51%
R=22.67%
G=42.82%
B=34.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901701370.4700.190.33155.253250.98
Hex5AAA892F013219b2033
Octal13225221157023412334063
Binary1011010101010101000100110111101001110000110011011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AAA89; }

 p { color: rgb(90,170,137); }

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

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

 a { background-color: rgb(90,170,137); }

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

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

 span { border-color: rgb(90,170,137); }

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