Shades of Half Baked #5A908E
Tints of Half Baked #5A908E
RGB
CMYK
RGB Variations
Color information
#5A908E (or 0x5A908E) is known color: Half Baked. HEX triplet: 5A, 90 and 8E. RGB value is (90,144,142). Sum of RGB (Red+Green+Blue) = 90+144+142=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 144 - color contains mainly: green. Hex color #5A908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A908E is #A56F71. Grayscale: #7F7F7F. Windows color (decimal): -10841970 or 9343066. OLE color: 9343066.
HSL color Cylindrical-coordinate representation of color #5A908E: hue angle of 177.78º 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 #5A908E is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 144 | 142 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.44 |
| HSL | 177.78º | 0.23% | 0.46% | - |
| HSV(B) | 177.78º | 0.38% | 0.56% | - |
| XYZ | 19.07 | 24.07 | 29.23 | - |
| YUV | 127.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 144 | 142 | 0.37 | 0 | 0.01 | 0.44 | 177.78 | 0.23 | 0.46 |
| Hex | 5A | 90 | 8E | 25 | 0 | 1 | 2C | B2 | 17 | 2E |
| Octal | 132 | 220 | 216 | 45 | 0 | 1 | 54 | 262 | 27 | 56 |
| Binary | 1011010 | 10010000 | 10001110 | 100101 | 0 | 1 | 101100 | 10110010 | 10111 | 101110 |
Color Harmonies of #5A908E
Complementary color
Monochromatic Colors of #5A908E
Black with #5A908E
Text Example
Text Example
White with #5A908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A908E; }
p { color: rgb(90,144,142); }
H1.HeaderClassName
{
color: #5A908E;
}
.AnyTagClassName
{
color: #5A908E;
}
</style>
background-color css
<style>
a { background-color: #5A908E; }
a { background-color: rgb(90,144,142); }
div.DivClassName
{
background-color: #5A908E;
}
.BgClassName
{
background-color: #5A908E;
}
</style>
border-color css
<style>
span { border-color: #5A908E; }
span { border-color: rgb(90,144,142); }
td.TdClassName
{
border-color: #5A908E;
}
.TagClassName
{
border-color: #5A908E;
}
</style>