Shades of Keppel #5CA79B
Tints of Keppel #5CA79B
RGB
CMYK
RGB Variations
Color information
#5CA79B (or 0x5CA79B) is known color: Keppel. HEX triplet: 5C, A7 and 9B. RGB value is (92,167,155). Sum of RGB (Red+Green+Blue) = 92+167+155=414 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.22% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 167 - color contains mainly: green. Hex color #5CA79B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA79B is #A35864. Grayscale: #8F8F8F. Windows color (decimal): -10704997 or 10200924. OLE color: 10200924.
HSL color Cylindrical-coordinate representation of color #5CA79B: hue angle of 170.4º 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 #5CA79B is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 167 | 155 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.35 |
| HSL | 170.4º | 0.3% | 0.51% | - |
| HSV(B) | 170.4º | 0.45% | 0.65% | - |
| XYZ | 24.15 | 32.28 | 35.97 | - |
| YUV | 143.21 | 134.65 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 167 | 155 | 0.45 | 0 | 0.07 | 0.35 | 170.4 | 0.3 | 0.51 |
| Hex | 5C | A7 | 9B | 2D | 0 | 7 | 23 | AA | 1E | 33 |
| Octal | 134 | 247 | 233 | 55 | 0 | 7 | 43 | 252 | 36 | 63 |
| Binary | 1011100 | 10100111 | 10011011 | 101101 | 0 | 111 | 100011 | 10101010 | 11110 | 110011 |
Color Harmonies of #5CA79B
Complementary color
Monochromatic Colors of #5CA79B
Black with #5CA79B
Text Example
Text Example
White with #5CA79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA79B; }
p { color: rgb(92,167,155); }
H1.HeaderClassName
{
color: #5CA79B;
}
.AnyTagClassName
{
color: #5CA79B;
}
</style>
background-color css
<style>
a { background-color: #5CA79B; }
a { background-color: rgb(92,167,155); }
div.DivClassName
{
background-color: #5CA79B;
}
.BgClassName
{
background-color: #5CA79B;
}
</style>
border-color css
<style>
span { border-color: #5CA79B; }
span { border-color: rgb(92,167,155); }
td.TdClassName
{
border-color: #5CA79B;
}
.TagClassName
{
border-color: #5CA79B;
}
</style>