Shades of Keppel #57B695
Tints of Keppel #57B695
RGB
CMYK
RGB Variations
Color information
#57B695 (or 0x57B695) is known color: Keppel. HEX triplet: 57, B6 and 95. RGB value is (87,182,149). Sum of RGB (Red+Green+Blue) = 87+182+149=418 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.81% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 182 - color contains mainly: green. Hex color #57B695 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57B695 is #A8496A. Grayscale: #959595. Windows color (decimal): -11028843 or 9811543. OLE color: 9811543.
HSL color Cylindrical-coordinate representation of color #57B695: hue angle of 159.16º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57B695 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 182 | 149 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.29 |
| HSL | 159.16º | 0.39% | 0.53% | - |
| HSV(B) | 159.16º | 0.52% | 0.71% | - |
| XYZ | 26.08 | 37.65 | 34.33 | - |
| YUV | 149.83 | 127.53 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 182 | 149 | 0.52 | 0 | 0.18 | 0.29 | 159.16 | 0.39 | 0.53 |
| Hex | 57 | B6 | 95 | 34 | 0 | 12 | 1D | 9F | 27 | 35 |
| Octal | 127 | 266 | 225 | 64 | 0 | 22 | 35 | 237 | 47 | 65 |
| Binary | 1010111 | 10110110 | 10010101 | 110100 | 0 | 10010 | 11101 | 10011111 | 100111 | 110101 |
Color Harmonies of #57B695
Complementary color
Monochromatic Colors of #57B695
Black with #57B695
Text Example
Text Example
White with #57B695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B695; }
p { color: rgb(87,182,149); }
H1.HeaderClassName
{
color: #57B695;
}
.AnyTagClassName
{
color: #57B695;
}
</style>
background-color css
<style>
a { background-color: #57B695; }
a { background-color: rgb(87,182,149); }
div.DivClassName
{
background-color: #57B695;
}
.BgClassName
{
background-color: #57B695;
}
</style>
border-color css
<style>
span { border-color: #57B695; }
span { border-color: rgb(87,182,149); }
td.TdClassName
{
border-color: #57B695;
}
.TagClassName
{
border-color: #57B695;
}
</style>