Shades of Apple #5CA550
Tints of Apple #5CA550
RGB
CMYK
RGB Variations
Color information
#5CA550 (or 0x5CA550) is known color: Apple. HEX triplet: 5C, A5 and 50. RGB value is (92,165,80). Sum of RGB (Red+Green+Blue) = 92+165+80=337 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.30% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #5CA550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA550 is #A35AAF. Grayscale: #858585. Windows color (decimal): -10705584 or 5285212. OLE color: 5285212.
HSL color Cylindrical-coordinate representation of color #5CA550: hue angle of 111.53º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CA550 is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 165 | 80 | - |
| CMYK | 0.44 | 0 | 0.52 | 0.35 |
| HSL | 111.53º | 0.35% | 0.48% | - |
| HSV(B) | 111.53º | 0.52% | 0.65% | - |
| XYZ | 19.32 | 29.76 | 12.32 | - |
| YUV | 133.48 | 97.82 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 165 | 80 | 0.44 | 0 | 0.52 | 0.35 | 111.53 | 0.35 | 0.48 |
| Hex | 5C | A5 | 50 | 2C | 0 | 34 | 23 | 70 | 23 | 30 |
| Octal | 134 | 245 | 120 | 54 | 0 | 64 | 43 | 160 | 43 | 60 |
| Binary | 1011100 | 10100101 | 1010000 | 101100 | 0 | 110100 | 100011 | 1110000 | 100011 | 110000 |
Color Harmonies of #5CA550
Complementary color
Monochromatic Colors of #5CA550
Black with #5CA550
Text Example
Text Example
White with #5CA550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA550; }
p { color: rgb(92,165,80); }
H1.HeaderClassName
{
color: #5CA550;
}
.AnyTagClassName
{
color: #5CA550;
}
</style>
background-color css
<style>
a { background-color: #5CA550; }
a { background-color: rgb(92,165,80); }
div.DivClassName
{
background-color: #5CA550;
}
.BgClassName
{
background-color: #5CA550;
}
</style>
border-color css
<style>
span { border-color: #5CA550; }
span { border-color: rgb(92,165,80); }
td.TdClassName
{
border-color: #5CA550;
}
.TagClassName
{
border-color: #5CA550;
}
</style>