Shades of Keppel #5CB798
Tints of Keppel #5CB798
RGB
CMYK
RGB Variations
Color information
#5CB798 (or 0x5CB798) is known color: Keppel. HEX triplet: 5C, B7 and 98. RGB value is (92,183,152). Sum of RGB (Red+Green+Blue) = 92+183+152=427 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.55% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 183 - color contains mainly: green. Hex color #5CB798 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB798 is #A34867. Grayscale: #989898. Windows color (decimal): -10700904 or 10008412. OLE color: 10008412.
HSL color Cylindrical-coordinate representation of color #5CB798: hue angle of 159.56º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB798 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 92 | 183 | 152 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.28 |
| HSL | 159.56º | 0.39% | 0.54% | - |
| HSV(B) | 159.56º | 0.5% | 0.72% | - |
| XYZ | 27.01 | 38.41 | 35.7 | - |
| YUV | 152.26 | 127.85 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 183 | 152 | 0.50 | 0 | 0.17 | 0.28 | 159.56 | 0.39 | 0.54 |
| Hex | 5C | B7 | 98 | 32 | 0 | 11 | 1C | A0 | 27 | 36 |
| Octal | 134 | 267 | 230 | 62 | 0 | 21 | 34 | 240 | 47 | 66 |
| Binary | 1011100 | 10110111 | 10011000 | 110010 | 0 | 10001 | 11100 | 10100000 | 100111 | 110110 |
Color Harmonies of #5CB798
Complementary color
Monochromatic Colors of #5CB798
Black with #5CB798
Text Example
Text Example
White with #5CB798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB798; }
p { color: rgb(92,183,152); }
H1.HeaderClassName
{
color: #5CB798;
}
.AnyTagClassName
{
color: #5CB798;
}
</style>
background-color css
<style>
a { background-color: #5CB798; }
a { background-color: rgb(92,183,152); }
div.DivClassName
{
background-color: #5CB798;
}
.BgClassName
{
background-color: #5CB798;
}
</style>
border-color css
<style>
span { border-color: #5CB798; }
span { border-color: rgb(92,183,152); }
td.TdClassName
{
border-color: #5CB798;
}
.TagClassName
{
border-color: #5CB798;
}
</style>