Shades of Half Baked #5A9894
Tints of Half Baked #5A9894
RGB
CMYK
RGB Variations
Color information
#5A9894 (or 0x5A9894) is known color: Half Baked. HEX triplet: 5A, 98 and 94. RGB value is (90,152,148). Sum of RGB (Red+Green+Blue) = 90+152+148=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 152 - color contains mainly: green. Hex color #5A9894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9894 is #A5676B. Grayscale: #848484. Windows color (decimal): -10839916 or 9738330. OLE color: 9738330.
HSL color Cylindrical-coordinate representation of color #5A9894: hue angle of 176.13º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A9894 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 152 | 148 | - |
| CMYK | 0.41 | 0 | 0.03 | 0.40 |
| HSL | 176.13º | 0.26% | 0.47% | - |
| HSV(B) | 176.13º | 0.41% | 0.6% | - |
| XYZ | 20.79 | 26.77 | 32.09 | - |
| YUV | 133.01 | 136.46 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 152 | 148 | 0.41 | 0 | 0.03 | 0.40 | 176.13 | 0.26 | 0.47 |
| Hex | 5A | 98 | 94 | 29 | 0 | 3 | 28 | B0 | 1A | 2F |
| Octal | 132 | 230 | 224 | 51 | 0 | 3 | 50 | 260 | 32 | 57 |
| Binary | 1011010 | 10011000 | 10010100 | 101001 | 0 | 11 | 101000 | 10110000 | 11010 | 101111 |
Color Harmonies of #5A9894
Complementary color
Monochromatic Colors of #5A9894
Black with #5A9894
Text Example
Text Example
White with #5A9894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9894; }
p { color: rgb(90,152,148); }
H1.HeaderClassName
{
color: #5A9894;
}
.AnyTagClassName
{
color: #5A9894;
}
</style>
background-color css
<style>
a { background-color: #5A9894; }
a { background-color: rgb(90,152,148); }
div.DivClassName
{
background-color: #5A9894;
}
.BgClassName
{
background-color: #5A9894;
}
</style>
border-color css
<style>
span { border-color: #5A9894; }
span { border-color: rgb(90,152,148); }
td.TdClassName
{
border-color: #5A9894;
}
.TagClassName
{
border-color: #5A9894;
}
</style>