Shades of Half Baked #59949D
Tints of Half Baked #59949D
RGB
CMYK
RGB Variations
Color information
#59949D (or 0x59949D) is known color: Half Baked. HEX triplet: 59, 94 and 9D. RGB value is (89,148,157). Sum of RGB (Red+Green+Blue) = 89+148+157=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #59949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59949D is #A66B62. Grayscale: #838383. Windows color (decimal): -10906467 or 10327129. OLE color: 10327129.
HSL color Cylindrical-coordinate representation of color #59949D: hue angle of 187.94º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59949D is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 148 | 157 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.38 |
| HSL | 187.94º | 0.28% | 0.48% | - |
| HSV(B) | 187.94º | 0.43% | 0.62% | - |
| XYZ | 20.8 | 25.74 | 35.77 | - |
| YUV | 131.39 | 142.45 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 157 | 0.43 | 0.06 | 0 | 0.38 | 187.94 | 0.28 | 0.48 |
| Hex | 59 | 94 | 9D | 2B | 6 | 0 | 26 | BC | 1C | 30 |
| Octal | 131 | 224 | 235 | 53 | 6 | 0 | 46 | 274 | 34 | 60 |
| Binary | 1011001 | 10010100 | 10011101 | 101011 | 110 | 0 | 100110 | 10111100 | 11100 | 110000 |
Color Harmonies of #59949D
Complementary color
Monochromatic Colors of #59949D
Black with #59949D
Text Example
Text Example
White with #59949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59949D; }
p { color: rgb(89,148,157); }
H1.HeaderClassName
{
color: #59949D;
}
.AnyTagClassName
{
color: #59949D;
}
</style>
background-color css
<style>
a { background-color: #59949D; }
a { background-color: rgb(89,148,157); }
div.DivClassName
{
background-color: #59949D;
}
.BgClassName
{
background-color: #59949D;
}
</style>
border-color css
<style>
span { border-color: #59949D; }
span { border-color: rgb(89,148,157); }
td.TdClassName
{
border-color: #59949D;
}
.TagClassName
{
border-color: #59949D;
}
</style>