Shades of Half Baked #55979D
Tints of Half Baked #55979D
RGB
CMYK
RGB Variations
Color information
#55979D (or 0x55979D) is known color: Half Baked. HEX triplet: 55, 97 and 9D. RGB value is (85,151,157). Sum of RGB (Red+Green+Blue) = 85+151+157=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #55979D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55979D is #AA6862. Grayscale: #838383. Windows color (decimal): -11167843 or 10327893. OLE color: 10327893.
HSL color Cylindrical-coordinate representation of color #55979D: hue angle of 185º 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 #55979D is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 151 | 157 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.38 |
| HSL | 185º | 0.3% | 0.47% | - |
| HSV(B) | 185º | 0.46% | 0.62% | - |
| XYZ | 20.9 | 26.5 | 35.91 | - |
| YUV | 131.95 | 142.13 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 151 | 157 | 0.46 | 0.04 | 0 | 0.38 | 185 | 0.3 | 0.47 |
| Hex | 55 | 97 | 9D | 2E | 4 | 0 | 26 | B9 | 1E | 2F |
| Octal | 125 | 227 | 235 | 56 | 4 | 0 | 46 | 271 | 36 | 57 |
| Binary | 1010101 | 10010111 | 10011101 | 101110 | 100 | 0 | 100110 | 10111001 | 11110 | 101111 |
Color Harmonies of #55979D
Complementary color
Monochromatic Colors of #55979D
Black with #55979D
Text Example
Text Example
White with #55979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55979D; }
p { color: rgb(85,151,157); }
H1.HeaderClassName
{
color: #55979D;
}
.AnyTagClassName
{
color: #55979D;
}
</style>
background-color css
<style>
a { background-color: #55979D; }
a { background-color: rgb(85,151,157); }
div.DivClassName
{
background-color: #55979D;
}
.BgClassName
{
background-color: #55979D;
}
</style>
border-color css
<style>
span { border-color: #55979D; }
span { border-color: rgb(85,151,157); }
td.TdClassName
{
border-color: #55979D;
}
.TagClassName
{
border-color: #55979D;
}
</style>