Shades of Keppel #5CA89B
Tints of Keppel #5CA89B
RGB
CMYK
RGB Variations
Color information
#5CA89B (or 0x5CA89B) is known color: Keppel. HEX triplet: 5C, A8 and 9B. RGB value is (92,168,155). Sum of RGB (Red+Green+Blue) = 92+168+155=415 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.17% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 168 - color contains mainly: green. Hex color #5CA89B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA89B is #A35764. Grayscale: #8F8F8F. Windows color (decimal): -10704741 or 10201180. OLE color: 10201180.
HSL color Cylindrical-coordinate representation of color #5CA89B: hue angle of 169.74º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA89B is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 92 | 168 | 155 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.34 |
| HSL | 169.74º | 0.3% | 0.51% | - |
| HSV(B) | 169.74º | 0.45% | 0.66% | - |
| XYZ | 24.33 | 32.65 | 36.03 | - |
| YUV | 143.79 | 134.32 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 168 | 155 | 0.45 | 0 | 0.08 | 0.34 | 169.74 | 0.3 | 0.51 |
| Hex | 5C | A8 | 9B | 2D | 0 | 8 | 22 | AA | 1E | 33 |
| Octal | 134 | 250 | 233 | 55 | 0 | 10 | 42 | 252 | 36 | 63 |
| Binary | 1011100 | 10101000 | 10011011 | 101101 | 0 | 1000 | 100010 | 10101010 | 11110 | 110011 |
Color Harmonies of #5CA89B
Complementary color
Monochromatic Colors of #5CA89B
Black with #5CA89B
Text Example
Text Example
White with #5CA89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA89B; }
p { color: rgb(92,168,155); }
H1.HeaderClassName
{
color: #5CA89B;
}
.AnyTagClassName
{
color: #5CA89B;
}
</style>
background-color css
<style>
a { background-color: #5CA89B; }
a { background-color: rgb(92,168,155); }
div.DivClassName
{
background-color: #5CA89B;
}
.BgClassName
{
background-color: #5CA89B;
}
</style>
border-color css
<style>
span { border-color: #5CA89B; }
span { border-color: rgb(92,168,155); }
td.TdClassName
{
border-color: #5CA89B;
}
.TagClassName
{
border-color: #5CA89B;
}
</style>