Shades of Keppel #5CB098
Tints of Keppel #5CB098
RGB
CMYK
RGB Variations
Color information
#5CB098 (or 0x5CB098) is known color: Keppel. HEX triplet: 5C, B0 and 98. RGB value is (92,176,152). Sum of RGB (Red+Green+Blue) = 92+176+152=420 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.90% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 176 - color contains mainly: green. Hex color #5CB098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CB098 is #A34F67. Grayscale: #949494. Windows color (decimal): -10702696 or 10006620. OLE color: 10006620.
HSL color Cylindrical-coordinate representation of color #5CB098: hue angle of 162.86º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB098 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 176 | 152 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.31 |
| HSL | 162.86º | 0.35% | 0.53% | - |
| HSV(B) | 162.86º | 0.48% | 0.69% | - |
| XYZ | 25.61 | 35.59 | 35.23 | - |
| YUV | 148.15 | 130.17 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 176 | 152 | 0.48 | 0 | 0.14 | 0.31 | 162.86 | 0.35 | 0.53 |
| Hex | 5C | B0 | 98 | 30 | 0 | E | 1F | A3 | 23 | 35 |
| Octal | 134 | 260 | 230 | 60 | 0 | 16 | 37 | 243 | 43 | 65 |
| Binary | 1011100 | 10110000 | 10011000 | 110000 | 0 | 1110 | 11111 | 10100011 | 100011 | 110101 |
Color Harmonies of #5CB098
Complementary color
Monochromatic Colors of #5CB098
Black with #5CB098
Text Example
Text Example
White with #5CB098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB098; }
p { color: rgb(92,176,152); }
H1.HeaderClassName
{
color: #5CB098;
}
.AnyTagClassName
{
color: #5CB098;
}
</style>
background-color css
<style>
a { background-color: #5CB098; }
a { background-color: rgb(92,176,152); }
div.DivClassName
{
background-color: #5CB098;
}
.BgClassName
{
background-color: #5CB098;
}
</style>
border-color css
<style>
span { border-color: #5CB098; }
span { border-color: rgb(92,176,152); }
td.TdClassName
{
border-color: #5CB098;
}
.TagClassName
{
border-color: #5CB098;
}
</style>