Shades of Keppel #5CAA9B
Tints of Keppel #5CAA9B
RGB
CMYK
RGB Variations
Color information
#5CAA9B (or 0x5CAA9B) is known color: Keppel. HEX triplet: 5C, AA and 9B. RGB value is (92,170,155). Sum of RGB (Red+Green+Blue) = 92+170+155=417 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.06% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAA9B is #A35564. Grayscale: #909090. Windows color (decimal): -10704229 or 10201692. OLE color: 10201692.
HSL color Cylindrical-coordinate representation of color #5CAA9B: hue angle of 168.46º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CAA9B is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 170 | 155 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.33 |
| HSL | 168.46º | 0.31% | 0.51% | - |
| HSV(B) | 168.46º | 0.46% | 0.67% | - |
| XYZ | 24.7 | 33.39 | 36.15 | - |
| YUV | 144.97 | 133.66 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 155 | 0.46 | 0 | 0.09 | 0.33 | 168.46 | 0.31 | 0.51 |
| Hex | 5C | AA | 9B | 2E | 0 | 9 | 21 | A8 | 1F | 33 |
| Octal | 134 | 252 | 233 | 56 | 0 | 11 | 41 | 250 | 37 | 63 |
| Binary | 1011100 | 10101010 | 10011011 | 101110 | 0 | 1001 | 100001 | 10101000 | 11111 | 110011 |
Color Harmonies of #5CAA9B
Complementary color
Monochromatic Colors of #5CAA9B
Black with #5CAA9B
Text Example
Text Example
White with #5CAA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAA9B; }
p { color: rgb(92,170,155); }
H1.HeaderClassName
{
color: #5CAA9B;
}
.AnyTagClassName
{
color: #5CAA9B;
}
</style>
background-color css
<style>
a { background-color: #5CAA9B; }
a { background-color: rgb(92,170,155); }
div.DivClassName
{
background-color: #5CAA9B;
}
.BgClassName
{
background-color: #5CAA9B;
}
</style>
border-color css
<style>
span { border-color: #5CAA9B; }
span { border-color: rgb(92,170,155); }
td.TdClassName
{
border-color: #5CAA9B;
}
.TagClassName
{
border-color: #5CAA9B;
}
</style>