Shades of Keppel #5CAD9D
Tints of Keppel #5CAD9D
RGB
CMYK
RGB Variations
Color information
#5CAD9D (or 0x5CAD9D) is known color: Keppel. HEX triplet: 5C, AD and 9D. RGB value is (92,173,157). Sum of RGB (Red+Green+Blue) = 92+173+157=422 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.80% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 173 - color contains mainly: green. Hex color #5CAD9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAD9D is #A35262. Grayscale: #929292. Windows color (decimal): -10703459 or 10333532. OLE color: 10333532.
HSL color Cylindrical-coordinate representation of color #5CAD9D: hue angle of 168.15º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAD9D is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 173 | 157 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.32 |
| HSL | 168.15º | 0.33% | 0.52% | - |
| HSV(B) | 168.15º | 0.47% | 0.68% | - |
| XYZ | 25.44 | 34.6 | 37.24 | - |
| YUV | 146.96 | 133.66 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 173 | 157 | 0.47 | 0 | 0.09 | 0.32 | 168.15 | 0.33 | 0.52 |
| Hex | 5C | AD | 9D | 2F | 0 | 9 | 20 | A8 | 21 | 34 |
| Octal | 134 | 255 | 235 | 57 | 0 | 11 | 40 | 250 | 41 | 64 |
| Binary | 1011100 | 10101101 | 10011101 | 101111 | 0 | 1001 | 100000 | 10101000 | 100001 | 110100 |
Color Harmonies of #5CAD9D
Complementary color
Monochromatic Colors of #5CAD9D
Black with #5CAD9D
Text Example
Text Example
White with #5CAD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAD9D; }
p { color: rgb(92,173,157); }
H1.HeaderClassName
{
color: #5CAD9D;
}
.AnyTagClassName
{
color: #5CAD9D;
}
</style>
background-color css
<style>
a { background-color: #5CAD9D; }
a { background-color: rgb(92,173,157); }
div.DivClassName
{
background-color: #5CAD9D;
}
.BgClassName
{
background-color: #5CAD9D;
}
</style>
border-color css
<style>
span { border-color: #5CAD9D; }
span { border-color: rgb(92,173,157); }
td.TdClassName
{
border-color: #5CAD9D;
}
.TagClassName
{
border-color: #5CAD9D;
}
</style>