Shades of Keppel #5CBB99
Tints of Keppel #5CBB99
RGB
CMYK
RGB Variations
Color information
#5CBB99 (or 0x5CBB99) is known color: Keppel. HEX triplet: 5C, BB and 99. RGB value is (92,187,153). Sum of RGB (Red+Green+Blue) = 92+187+153=432 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.30% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 187 - color contains mainly: green. Hex color #5CBB99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBB99 is #A34466. Grayscale: #9A9A9A. Windows color (decimal): -10699879 or 10074972. OLE color: 10074972.
HSL color Cylindrical-coordinate representation of color #5CBB99: hue angle of 158.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBB99 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 187 | 153 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.27 |
| HSL | 158.53º | 0.41% | 0.55% | - |
| HSV(B) | 158.53º | 0.51% | 0.73% | - |
| XYZ | 27.93 | 40.12 | 36.41 | - |
| YUV | 154.72 | 127.03 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 187 | 153 | 0.51 | 0 | 0.18 | 0.27 | 158.53 | 0.41 | 0.55 |
| Hex | 5C | BB | 99 | 33 | 0 | 12 | 1B | 9F | 29 | 37 |
| Octal | 134 | 273 | 231 | 63 | 0 | 22 | 33 | 237 | 51 | 67 |
| Binary | 1011100 | 10111011 | 10011001 | 110011 | 0 | 10010 | 11011 | 10011111 | 101001 | 110111 |
Color Harmonies of #5CBB99
Complementary color
Monochromatic Colors of #5CBB99
Black with #5CBB99
Text Example
Text Example
White with #5CBB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBB99; }
p { color: rgb(92,187,153); }
H1.HeaderClassName
{
color: #5CBB99;
}
.AnyTagClassName
{
color: #5CBB99;
}
</style>
background-color css
<style>
a { background-color: #5CBB99; }
a { background-color: rgb(92,187,153); }
div.DivClassName
{
background-color: #5CBB99;
}
.BgClassName
{
background-color: #5CBB99;
}
</style>
border-color css
<style>
span { border-color: #5CBB99; }
span { border-color: rgb(92,187,153); }
td.TdClassName
{
border-color: #5CBB99;
}
.TagClassName
{
border-color: #5CBB99;
}
</style>