Shades of Keppel #5CAA90
Tints of Keppel #5CAA90
RGB
CMYK
RGB Variations
Color information
#5CAA90 (or 0x5CAA90) is known color: Keppel. HEX triplet: 5C, AA and 90. RGB value is (92,170,144). Sum of RGB (Red+Green+Blue) = 92+170+144=406 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.66% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAA90 is #A3556F. Grayscale: #8F8F8F. Windows color (decimal): -10704240 or 9480796. OLE color: 9480796.
HSL color Cylindrical-coordinate representation of color #5CAA90: hue angle of 160º 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 #5CAA90 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 170 | 144 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.33 |
| HSL | 160º | 0.31% | 0.51% | - |
| HSV(B) | 160º | 0.46% | 0.67% | - |
| XYZ | 23.82 | 33.04 | 31.51 | - |
| YUV | 143.71 | 128.16 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 144 | 0.46 | 0 | 0.15 | 0.33 | 160 | 0.31 | 0.51 |
| Hex | 5C | AA | 90 | 2E | 0 | F | 21 | A0 | 1F | 33 |
| Octal | 134 | 252 | 220 | 56 | 0 | 17 | 41 | 240 | 37 | 63 |
| Binary | 1011100 | 10101010 | 10010000 | 101110 | 0 | 1111 | 100001 | 10100000 | 11111 | 110011 |
Color Harmonies of #5CAA90
Complementary color
Monochromatic Colors of #5CAA90
Black with #5CAA90
Text Example
Text Example
White with #5CAA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAA90; }
p { color: rgb(92,170,144); }
H1.HeaderClassName
{
color: #5CAA90;
}
.AnyTagClassName
{
color: #5CAA90;
}
</style>
background-color css
<style>
a { background-color: #5CAA90; }
a { background-color: rgb(92,170,144); }
div.DivClassName
{
background-color: #5CAA90;
}
.BgClassName
{
background-color: #5CAA90;
}
</style>
border-color css
<style>
span { border-color: #5CAA90; }
span { border-color: rgb(92,170,144); }
td.TdClassName
{
border-color: #5CAA90;
}
.TagClassName
{
border-color: #5CAA90;
}
</style>