Shades of Keppel #5CAF9C
Tints of Keppel #5CAF9C
RGB
CMYK
RGB Variations
Color information
#5CAF9C (or 0x5CAF9C) is known color: Keppel. HEX triplet: 5C, AF and 9C. RGB value is (92,175,156). Sum of RGB (Red+Green+Blue) = 92+175+156=423 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.75% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAF9C is #A35063. Grayscale: #949494. Windows color (decimal): -10702948 or 10268508. OLE color: 10268508.
HSL color Cylindrical-coordinate representation of color #5CAF9C: hue angle of 166.27º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAF9C is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 175 | 156 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.31 |
| HSL | 166.27º | 0.34% | 0.52% | - |
| HSV(B) | 166.27º | 0.47% | 0.69% | - |
| XYZ | 25.74 | 35.34 | 36.92 | - |
| YUV | 148.02 | 132.5 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 156 | 0.47 | 0 | 0.11 | 0.31 | 166.27 | 0.34 | 0.52 |
| Hex | 5C | AF | 9C | 2F | 0 | B | 1F | A6 | 22 | 34 |
| Octal | 134 | 257 | 234 | 57 | 0 | 13 | 37 | 246 | 42 | 64 |
| Binary | 1011100 | 10101111 | 10011100 | 101111 | 0 | 1011 | 11111 | 10100110 | 100010 | 110100 |
Color Harmonies of #5CAF9C
Complementary color
Monochromatic Colors of #5CAF9C
Black with #5CAF9C
Text Example
Text Example
White with #5CAF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAF9C; }
p { color: rgb(92,175,156); }
H1.HeaderClassName
{
color: #5CAF9C;
}
.AnyTagClassName
{
color: #5CAF9C;
}
</style>
background-color css
<style>
a { background-color: #5CAF9C; }
a { background-color: rgb(92,175,156); }
div.DivClassName
{
background-color: #5CAF9C;
}
.BgClassName
{
background-color: #5CAF9C;
}
</style>
border-color css
<style>
span { border-color: #5CAF9C; }
span { border-color: rgb(92,175,156); }
td.TdClassName
{
border-color: #5CAF9C;
}
.TagClassName
{
border-color: #5CAF9C;
}
</style>