Shades of Keppel #5CA798
Tints of Keppel #5CA798
RGB
CMYK
RGB Variations
Color information
#5CA798 (or 0x5CA798) is known color: Keppel. HEX triplet: 5C, A7 and 98. RGB value is (92,167,152). Sum of RGB (Red+Green+Blue) = 92+167+152=411 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.38% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 167 - color contains mainly: green. Hex color #5CA798 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA798 is #A35867. Grayscale: #8E8E8E. Windows color (decimal): -10705000 or 10004316. OLE color: 10004316.
HSL color Cylindrical-coordinate representation of color #5CA798: hue angle of 168º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA798 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 167 | 152 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.35 |
| HSL | 168º | 0.3% | 0.51% | - |
| HSV(B) | 168º | 0.45% | 0.65% | - |
| XYZ | 23.9 | 32.18 | 34.66 | - |
| YUV | 142.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 167 | 152 | 0.45 | 0 | 0.09 | 0.35 | 168 | 0.3 | 0.51 |
| Hex | 5C | A7 | 98 | 2D | 0 | 9 | 23 | A8 | 1E | 33 |
| Octal | 134 | 247 | 230 | 55 | 0 | 11 | 43 | 250 | 36 | 63 |
| Binary | 1011100 | 10100111 | 10011000 | 101101 | 0 | 1001 | 100011 | 10101000 | 11110 | 110011 |
Color Harmonies of #5CA798
Complementary color
Monochromatic Colors of #5CA798
Black with #5CA798
Text Example
Text Example
White with #5CA798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA798; }
p { color: rgb(92,167,152); }
H1.HeaderClassName
{
color: #5CA798;
}
.AnyTagClassName
{
color: #5CA798;
}
</style>
background-color css
<style>
a { background-color: #5CA798; }
a { background-color: rgb(92,167,152); }
div.DivClassName
{
background-color: #5CA798;
}
.BgClassName
{
background-color: #5CA798;
}
</style>
border-color css
<style>
span { border-color: #5CA798; }
span { border-color: rgb(92,167,152); }
td.TdClassName
{
border-color: #5CA798;
}
.TagClassName
{
border-color: #5CA798;
}
</style>