Shades of Half Baked #5A8D90
Tints of Half Baked #5A8D90
RGB
CMYK
RGB Variations
Color information
#5A8D90 (or 0x5A8D90) is known color: Half Baked. HEX triplet: 5A, 8D and 90. RGB value is (90,141,144). Sum of RGB (Red+Green+Blue) = 90+141+144=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #5A8D90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8D90 is #A5726F. Grayscale: #7E7E7E. Windows color (decimal): -10842736 or 9473370. OLE color: 9473370.
HSL color Cylindrical-coordinate representation of color #5A8D90: hue angle of 183.33º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A8D90 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 141 | 144 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.44 |
| HSL | 183.33º | 0.23% | 0.46% | - |
| HSV(B) | 183.33º | 0.38% | 0.56% | - |
| XYZ | 18.78 | 23.24 | 29.88 | - |
| YUV | 126.09 | 138.1 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 141 | 144 | 0.37 | 0.02 | 0 | 0.44 | 183.33 | 0.23 | 0.46 |
| Hex | 5A | 8D | 90 | 25 | 2 | 0 | 2C | B7 | 17 | 2E |
| Octal | 132 | 215 | 220 | 45 | 2 | 0 | 54 | 267 | 27 | 56 |
| Binary | 1011010 | 10001101 | 10010000 | 100101 | 10 | 0 | 101100 | 10110111 | 10111 | 101110 |
Color Harmonies of #5A8D90
Complementary color
Monochromatic Colors of #5A8D90
Black with #5A8D90
Text Example
Text Example
White with #5A8D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8D90; }
p { color: rgb(90,141,144); }
H1.HeaderClassName
{
color: #5A8D90;
}
.AnyTagClassName
{
color: #5A8D90;
}
</style>
background-color css
<style>
a { background-color: #5A8D90; }
a { background-color: rgb(90,141,144); }
div.DivClassName
{
background-color: #5A8D90;
}
.BgClassName
{
background-color: #5A8D90;
}
</style>
border-color css
<style>
span { border-color: #5A8D90; }
span { border-color: rgb(90,141,144); }
td.TdClassName
{
border-color: #5A8D90;
}
.TagClassName
{
border-color: #5A8D90;
}
</style>