Shades of Half Baked #5A8E96
Tints of Half Baked #5A8E96
RGB
CMYK
RGB Variations
Color information
#5A8E96 (or 0x5A8E96) is known color: Half Baked. HEX triplet: 5A, 8E and 96. RGB value is (90,142,150). Sum of RGB (Red+Green+Blue) = 90+142+150=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 150 - color contains mainly: blue. Hex color #5A8E96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8E96 is #A57169. Grayscale: #7F7F7F. Windows color (decimal): -10842474 or 9866842. OLE color: 9866842.
HSL color Cylindrical-coordinate representation of color #5A8E96: hue angle of 188º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A8E96 is Cyan = 0.4, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 142 | 150 | - |
| CMYK | 0.4 | 0.05 | 0 | 0.41 |
| HSL | 188º | 0.25% | 0.47% | - |
| HSV(B) | 188º | 0.4% | 0.59% | - |
| XYZ | 19.39 | 23.72 | 32.41 | - |
| YUV | 127.36 | 140.77 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 142 | 150 | 0.4 | 0.05 | 0 | 0.41 | 188 | 0.25 | 0.47 |
| Hex | 5A | 8E | 96 | 28 | 5 | 0 | 29 | BC | 19 | 2F |
| Octal | 132 | 216 | 226 | 50 | 5 | 0 | 51 | 274 | 31 | 57 |
| Binary | 1011010 | 10001110 | 10010110 | 101000 | 101 | 0 | 101001 | 10111100 | 11001 | 101111 |
Color Harmonies of #5A8E96
Complementary color
Monochromatic Colors of #5A8E96
Black with #5A8E96
Text Example
Text Example
White with #5A8E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8E96; }
p { color: rgb(90,142,150); }
H1.HeaderClassName
{
color: #5A8E96;
}
.AnyTagClassName
{
color: #5A8E96;
}
</style>
background-color css
<style>
a { background-color: #5A8E96; }
a { background-color: rgb(90,142,150); }
div.DivClassName
{
background-color: #5A8E96;
}
.BgClassName
{
background-color: #5A8E96;
}
</style>
border-color css
<style>
span { border-color: #5A8E96; }
span { border-color: rgb(90,142,150); }
td.TdClassName
{
border-color: #5A8E96;
}
.TagClassName
{
border-color: #5A8E96;
}
</style>