#5AA899

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

Shades of Keppel #5AA899

Tints of Keppel #5AA899

Color information

#5AA899 (or 0x5AA899) is unknown color: approx Keppel. HEX triplet: 5A, A8 and 99. RGB value is (90,168,153). Sum of RGB (Red+Green+Blue) = 90+168+153=411 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.90% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 168 - color contains mainly: green. Hex color #5AA899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA899 is #A55766. Grayscale: #8E8E8E. Windows color (decimal): -10835815 or 10070106. OLE color: 10070106.

HSL color Cylindrical-coordinate representation of color #5AA899: hue angle of 168.46º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA899 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB90168153-
CMYK0.4600.090.34
HSL168.46º30.95%50.59%-
HSV(B)168.46º46.43%65.88%-
XYZ23.9732.4835.14-
YUV142.97133.6690.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.90%
GREEN value IS 168 (66.02% from 255) = 40.88%
BLUE value IS 153 (60.16% from 255) = 37.23%
R=21.90%
G=40.88%
B=37.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal901681530.4600.090.34168.4630.9550.59
Hex5AA8992E0922a81f33
Octal13225023156011422503763
Binary10110101010100010011001101110010011000101010100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,168,153); }

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

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

 a { background-color: rgb(90,168,153); }

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

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

 span { border-color: rgb(90,168,153); }

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