Shades of Half Baked #5A8D88
Tints of Half Baked #5A8D88
RGB
CMYK
RGB Variations
Color information
#5A8D88 (or 0x5A8D88) is known color: Half Baked. HEX triplet: 5A, 8D and 88. RGB value is (90,141,136). Sum of RGB (Red+Green+Blue) = 90+141+136=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 141 - color contains mainly: green. Hex color #5A8D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8D88 is #A57277. Grayscale: #7D7D7D. Windows color (decimal): -10842744 or 8949082. OLE color: 8949082.
HSL color Cylindrical-coordinate representation of color #5A8D88: hue angle of 174.12º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A8D88 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 141 | 136 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.45 |
| HSL | 174.12º | 0.22% | 0.45% | - |
| HSV(B) | 174.12º | 0.36% | 0.55% | - |
| XYZ | 18.19 | 23 | 26.77 | - |
| YUV | 125.18 | 134.1 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 141 | 136 | 0.36 | 0 | 0.04 | 0.45 | 174.12 | 0.22 | 0.45 |
| Hex | 5A | 8D | 88 | 24 | 0 | 4 | 2D | AE | 16 | 2D |
| Octal | 132 | 215 | 210 | 44 | 0 | 4 | 55 | 256 | 26 | 55 |
| Binary | 1011010 | 10001101 | 10001000 | 100100 | 0 | 100 | 101101 | 10101110 | 10110 | 101101 |
Color Harmonies of #5A8D88
Complementary color
Monochromatic Colors of #5A8D88
Black with #5A8D88
Text Example
Text Example
White with #5A8D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8D88; }
p { color: rgb(90,141,136); }
H1.HeaderClassName
{
color: #5A8D88;
}
.AnyTagClassName
{
color: #5A8D88;
}
</style>
background-color css
<style>
a { background-color: #5A8D88; }
a { background-color: rgb(90,141,136); }
div.DivClassName
{
background-color: #5A8D88;
}
.BgClassName
{
background-color: #5A8D88;
}
</style>
border-color css
<style>
span { border-color: #5A8D88; }
span { border-color: rgb(90,141,136); }
td.TdClassName
{
border-color: #5A8D88;
}
.TagClassName
{
border-color: #5A8D88;
}
</style>