Shades of Keppel #5CB498
Tints of Keppel #5CB498
RGB
CMYK
RGB Variations
Color information
#5CB498 (or 0x5CB498) is known color: Keppel. HEX triplet: 5C, B4 and 98. RGB value is (92,180,152). Sum of RGB (Red+Green+Blue) = 92+180+152=424 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.70% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB498 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB498 is #A34B67. Grayscale: #969696. Windows color (decimal): -10701672 or 10007644. OLE color: 10007644.
HSL color Cylindrical-coordinate representation of color #5CB498: hue angle of 160.91º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB498 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 180 | 152 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.29 |
| HSL | 160.91º | 0.37% | 0.53% | - |
| HSV(B) | 160.91º | 0.49% | 0.71% | - |
| XYZ | 26.4 | 37.18 | 35.49 | - |
| YUV | 150.5 | 128.85 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 180 | 152 | 0.49 | 0 | 0.16 | 0.29 | 160.91 | 0.37 | 0.53 |
| Hex | 5C | B4 | 98 | 31 | 0 | 10 | 1D | A1 | 25 | 35 |
| Octal | 134 | 264 | 230 | 61 | 0 | 20 | 35 | 241 | 45 | 65 |
| Binary | 1011100 | 10110100 | 10011000 | 110001 | 0 | 10000 | 11101 | 10100001 | 100101 | 110101 |
Color Harmonies of #5CB498
Complementary color
Monochromatic Colors of #5CB498
Black with #5CB498
Text Example
Text Example
White with #5CB498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB498; }
p { color: rgb(92,180,152); }
H1.HeaderClassName
{
color: #5CB498;
}
.AnyTagClassName
{
color: #5CB498;
}
</style>
background-color css
<style>
a { background-color: #5CB498; }
a { background-color: rgb(92,180,152); }
div.DivClassName
{
background-color: #5CB498;
}
.BgClassName
{
background-color: #5CB498;
}
</style>
border-color css
<style>
span { border-color: #5CB498; }
span { border-color: rgb(92,180,152); }
td.TdClassName
{
border-color: #5CB498;
}
.TagClassName
{
border-color: #5CB498;
}
</style>