Shades of Half Baked #59949A
Tints of Half Baked #59949A
RGB
CMYK
RGB Variations
Color information
#59949A (or 0x59949A) is known color: Half Baked. HEX triplet: 59, 94 and 9A. RGB value is (89,148,154). Sum of RGB (Red+Green+Blue) = 89+148+154=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 154 - color contains mainly: blue. Hex color #59949A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59949A is #A66B65. Grayscale: #828282. Windows color (decimal): -10906470 or 10130521. OLE color: 10130521.
HSL color Cylindrical-coordinate representation of color #59949A: hue angle of 185.54º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59949A is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 148 | 154 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.40 |
| HSL | 185.54º | 0.27% | 0.48% | - |
| HSV(B) | 185.54º | 0.42% | 0.6% | - |
| XYZ | 20.54 | 25.64 | 34.44 | - |
| YUV | 131.04 | 140.95 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 154 | 0.42 | 0.04 | 0 | 0.40 | 185.54 | 0.27 | 0.48 |
| Hex | 59 | 94 | 9A | 2A | 4 | 0 | 28 | BA | 1B | 30 |
| Octal | 131 | 224 | 232 | 52 | 4 | 0 | 50 | 272 | 33 | 60 |
| Binary | 1011001 | 10010100 | 10011010 | 101010 | 100 | 0 | 101000 | 10111010 | 11011 | 110000 |
Color Harmonies of #59949A
Complementary color
Monochromatic Colors of #59949A
Black with #59949A
Text Example
Text Example
White with #59949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59949A; }
p { color: rgb(89,148,154); }
H1.HeaderClassName
{
color: #59949A;
}
.AnyTagClassName
{
color: #59949A;
}
</style>
background-color css
<style>
a { background-color: #59949A; }
a { background-color: rgb(89,148,154); }
div.DivClassName
{
background-color: #59949A;
}
.BgClassName
{
background-color: #59949A;
}
</style>
border-color css
<style>
span { border-color: #59949A; }
span { border-color: rgb(89,148,154); }
td.TdClassName
{
border-color: #59949A;
}
.TagClassName
{
border-color: #59949A;
}
</style>