Shades of Keppel #5CB492
Tints of Keppel #5CB492
RGB
CMYK
RGB Variations
Color information
#5CB492 (or 0x5CB492) is known color: Keppel. HEX triplet: 5C, B4 and 92. RGB value is (92,180,146). Sum of RGB (Red+Green+Blue) = 92+180+146=418 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.01% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB492 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB492 is #A34B6D. Grayscale: #959595. Windows color (decimal): -10701678 or 9614428. OLE color: 9614428.
HSL color Cylindrical-coordinate representation of color #5CB492: hue angle of 156.82º 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 #5CB492 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 180 | 146 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.29 |
| HSL | 156.82º | 0.37% | 0.53% | - |
| HSV(B) | 156.82º | 0.49% | 0.71% | - |
| XYZ | 25.92 | 36.99 | 32.97 | - |
| YUV | 149.81 | 125.85 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 180 | 146 | 0.49 | 0 | 0.19 | 0.29 | 156.82 | 0.37 | 0.53 |
| Hex | 5C | B4 | 92 | 31 | 0 | 13 | 1D | 9D | 25 | 35 |
| Octal | 134 | 264 | 222 | 61 | 0 | 23 | 35 | 235 | 45 | 65 |
| Binary | 1011100 | 10110100 | 10010010 | 110001 | 0 | 10011 | 11101 | 10011101 | 100101 | 110101 |
Color Harmonies of #5CB492
Complementary color
Monochromatic Colors of #5CB492
Black with #5CB492
Text Example
Text Example
White with #5CB492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB492; }
p { color: rgb(92,180,146); }
H1.HeaderClassName
{
color: #5CB492;
}
.AnyTagClassName
{
color: #5CB492;
}
</style>
background-color css
<style>
a { background-color: #5CB492; }
a { background-color: rgb(92,180,146); }
div.DivClassName
{
background-color: #5CB492;
}
.BgClassName
{
background-color: #5CB492;
}
</style>
border-color css
<style>
span { border-color: #5CB492; }
span { border-color: rgb(92,180,146); }
td.TdClassName
{
border-color: #5CB492;
}
.TagClassName
{
border-color: #5CB492;
}
</style>