Shades of Half Baked #55949D
Tints of Half Baked #55949D
RGB
CMYK
RGB Variations
Color information
#55949D (or 0x55949D) is known color: Half Baked. HEX triplet: 55, 94 and 9D. RGB value is (85,148,157). Sum of RGB (Red+Green+Blue) = 85+148+157=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #55949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55949D is #AA6B62. Grayscale: #828282. Windows color (decimal): -11168611 or 10327125. OLE color: 10327125.
HSL color Cylindrical-coordinate representation of color #55949D: hue angle of 187.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55949D is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 148 | 157 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.38 |
| HSL | 187.5º | 0.3% | 0.47% | - |
| HSV(B) | 187.5º | 0.46% | 0.62% | - |
| XYZ | 20.42 | 25.55 | 35.75 | - |
| YUV | 130.19 | 143.13 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 148 | 157 | 0.46 | 0.06 | 0 | 0.38 | 187.5 | 0.3 | 0.47 |
| Hex | 55 | 94 | 9D | 2E | 6 | 0 | 26 | BC | 1E | 2F |
| Octal | 125 | 224 | 235 | 56 | 6 | 0 | 46 | 274 | 36 | 57 |
| Binary | 1010101 | 10010100 | 10011101 | 101110 | 110 | 0 | 100110 | 10111100 | 11110 | 101111 |
Color Harmonies of #55949D
Complementary color
Monochromatic Colors of #55949D
Black with #55949D
Text Example
Text Example
White with #55949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55949D; }
p { color: rgb(85,148,157); }
H1.HeaderClassName
{
color: #55949D;
}
.AnyTagClassName
{
color: #55949D;
}
</style>
background-color css
<style>
a { background-color: #55949D; }
a { background-color: rgb(85,148,157); }
div.DivClassName
{
background-color: #55949D;
}
.BgClassName
{
background-color: #55949D;
}
</style>
border-color css
<style>
span { border-color: #55949D; }
span { border-color: rgb(85,148,157); }
td.TdClassName
{
border-color: #55949D;
}
.TagClassName
{
border-color: #55949D;
}
</style>