Shades of Half Baked #55838C
Tints of Half Baked #55838C
RGB
CMYK
RGB Variations
Color information
#55838C (or 0x55838C) is known color: Half Baked. HEX triplet: 55, 83 and 8C. RGB value is (85,131,140). Sum of RGB (Red+Green+Blue) = 85+131+140=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #55838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55838C is #AA7C73. Grayscale: #767676. Windows color (decimal): -11172980 or 9208661. OLE color: 9208661.
HSL color Cylindrical-coordinate representation of color #55838C: hue angle of 189.82º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55838C is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 131 | 140 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.45 |
| HSL | 189.82º | 0.24% | 0.44% | - |
| HSV(B) | 189.82º | 0.39% | 0.55% | - |
| XYZ | 16.6 | 20.06 | 27.81 | - |
| YUV | 118.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 140 | 0.39 | 0.06 | 0 | 0.45 | 189.82 | 0.24 | 0.44 |
| Hex | 55 | 83 | 8C | 27 | 6 | 0 | 2D | BE | 18 | 2C |
| Octal | 125 | 203 | 214 | 47 | 6 | 0 | 55 | 276 | 30 | 54 |
| Binary | 1010101 | 10000011 | 10001100 | 100111 | 110 | 0 | 101101 | 10111110 | 11000 | 101100 |
Color Harmonies of #55838C
Complementary color
Monochromatic Colors of #55838C
Black with #55838C
Text Example
Text Example
White with #55838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55838C; }
p { color: rgb(85,131,140); }
H1.HeaderClassName
{
color: #55838C;
}
.AnyTagClassName
{
color: #55838C;
}
</style>
background-color css
<style>
a { background-color: #55838C; }
a { background-color: rgb(85,131,140); }
div.DivClassName
{
background-color: #55838C;
}
.BgClassName
{
background-color: #55838C;
}
</style>
border-color css
<style>
span { border-color: #55838C; }
span { border-color: rgb(85,131,140); }
td.TdClassName
{
border-color: #55838C;
}
.TagClassName
{
border-color: #55838C;
}
</style>