Shades of Keppel #57A494
Tints of Keppel #57A494
RGB
CMYK
RGB Variations
Color information
#57A494 (or 0x57A494) is known color: Keppel. HEX triplet: 57, A4 and 94. RGB value is (87,164,148). Sum of RGB (Red+Green+Blue) = 87+164+148=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 164 - color contains mainly: green. Hex color #57A494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A494 is #A85B6B. Grayscale: #8B8B8B. Windows color (decimal): -11033452 or 9741399. OLE color: 9741399.
HSL color Cylindrical-coordinate representation of color #57A494: hue angle of 167.53º 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 #57A494 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 164 | 148 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.36 |
| HSL | 167.53º | 0.31% | 0.49% | - |
| HSV(B) | 167.53º | 0.47% | 0.64% | - |
| XYZ | 22.55 | 30.72 | 32.76 | - |
| YUV | 139.15 | 132.99 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 164 | 148 | 0.47 | 0 | 0.10 | 0.36 | 167.53 | 0.31 | 0.49 |
| Hex | 57 | A4 | 94 | 2F | 0 | A | 24 | A8 | 1F | 31 |
| Octal | 127 | 244 | 224 | 57 | 0 | 12 | 44 | 250 | 37 | 61 |
| Binary | 1010111 | 10100100 | 10010100 | 101111 | 0 | 1010 | 100100 | 10101000 | 11111 | 110001 |
Color Harmonies of #57A494
Complementary color
Monochromatic Colors of #57A494
Black with #57A494
Text Example
Text Example
White with #57A494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A494; }
p { color: rgb(87,164,148); }
H1.HeaderClassName
{
color: #57A494;
}
.AnyTagClassName
{
color: #57A494;
}
</style>
background-color css
<style>
a { background-color: #57A494; }
a { background-color: rgb(87,164,148); }
div.DivClassName
{
background-color: #57A494;
}
.BgClassName
{
background-color: #57A494;
}
</style>
border-color css
<style>
span { border-color: #57A494; }
span { border-color: rgb(87,164,148); }
td.TdClassName
{
border-color: #57A494;
}
.TagClassName
{
border-color: #57A494;
}
</style>