Shades of Half Baked #55878F
Tints of Half Baked #55878F
RGB
CMYK
RGB Variations
Color information
#55878F (or 0x55878F) is known color: Half Baked. HEX triplet: 55, 87 and 8F. RGB value is (85,135,143). Sum of RGB (Red+Green+Blue) = 85+135+143=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 143 - color contains mainly: blue. Hex color #55878F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55878F is #AA7870. Grayscale: #787878. Windows color (decimal): -11171953 or 9406293. OLE color: 9406293.
HSL color Cylindrical-coordinate representation of color #55878F: hue angle of 188.28º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55878F is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 135 | 143 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.44 |
| HSL | 188.28º | 0.25% | 0.45% | - |
| HSV(B) | 188.28º | 0.41% | 0.56% | - |
| XYZ | 17.37 | 21.24 | 29.17 | - |
| YUV | 120.96 | 140.44 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 135 | 143 | 0.41 | 0.06 | 0 | 0.44 | 188.28 | 0.25 | 0.45 |
| Hex | 55 | 87 | 8F | 29 | 6 | 0 | 2C | BC | 19 | 2D |
| Octal | 125 | 207 | 217 | 51 | 6 | 0 | 54 | 274 | 31 | 55 |
| Binary | 1010101 | 10000111 | 10001111 | 101001 | 110 | 0 | 101100 | 10111100 | 11001 | 101101 |
Color Harmonies of #55878F
Complementary color
Monochromatic Colors of #55878F
Black with #55878F
Text Example
Text Example
White with #55878F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55878F; }
p { color: rgb(85,135,143); }
H1.HeaderClassName
{
color: #55878F;
}
.AnyTagClassName
{
color: #55878F;
}
</style>
background-color css
<style>
a { background-color: #55878F; }
a { background-color: rgb(85,135,143); }
div.DivClassName
{
background-color: #55878F;
}
.BgClassName
{
background-color: #55878F;
}
</style>
border-color css
<style>
span { border-color: #55878F; }
span { border-color: rgb(85,135,143); }
td.TdClassName
{
border-color: #55878F;
}
.TagClassName
{
border-color: #55878F;
}
</style>