Shades of Keppel #57A490
Tints of Keppel #57A490
RGB
CMYK
RGB Variations
Color information
#57A490 (or 0x57A490) is known color: Keppel. HEX triplet: 57, A4 and 90. RGB value is (87,164,144). Sum of RGB (Red+Green+Blue) = 87+164+144=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 164 - color contains mainly: green. Hex color #57A490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A490 is #A85B6F. Grayscale: #8A8A8A. Windows color (decimal): -11033456 or 9479255. OLE color: 9479255.
HSL color Cylindrical-coordinate representation of color #57A490: hue angle of 164.42º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57A490 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 164 | 144 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.36 |
| HSL | 164.42º | 0.31% | 0.49% | - |
| HSV(B) | 164.42º | 0.47% | 0.64% | - |
| XYZ | 22.24 | 30.59 | 31.12 | - |
| YUV | 138.7 | 130.99 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 164 | 144 | 0.47 | 0 | 0.12 | 0.36 | 164.42 | 0.31 | 0.49 |
| Hex | 57 | A4 | 90 | 2F | 0 | C | 24 | A4 | 1F | 31 |
| Octal | 127 | 244 | 220 | 57 | 0 | 14 | 44 | 244 | 37 | 61 |
| Binary | 1010111 | 10100100 | 10010000 | 101111 | 0 | 1100 | 100100 | 10100100 | 11111 | 110001 |
Color Harmonies of #57A490
Complementary color
Monochromatic Colors of #57A490
Black with #57A490
Text Example
Text Example
White with #57A490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A490; }
p { color: rgb(87,164,144); }
H1.HeaderClassName
{
color: #57A490;
}
.AnyTagClassName
{
color: #57A490;
}
</style>
background-color css
<style>
a { background-color: #57A490; }
a { background-color: rgb(87,164,144); }
div.DivClassName
{
background-color: #57A490;
}
.BgClassName
{
background-color: #57A490;
}
</style>
border-color css
<style>
span { border-color: #57A490; }
span { border-color: rgb(87,164,144); }
td.TdClassName
{
border-color: #57A490;
}
.TagClassName
{
border-color: #57A490;
}
</style>