Shades of Half Baked #55958F
Tints of Half Baked #55958F
RGB
CMYK
RGB Variations
Color information
#55958F (or 0x55958F) is known color: Half Baked. HEX triplet: 55, 95 and 8F. RGB value is (85,149,143). Sum of RGB (Red+Green+Blue) = 85+149+143=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 149 - color contains mainly: green. Hex color #55958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55958F is #AA6A70. Grayscale: #818181. Windows color (decimal): -11168369 or 9409877. OLE color: 9409877.
HSL color Cylindrical-coordinate representation of color #55958F: hue angle of 174.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55958F is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 149 | 143 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.42 |
| HSL | 174.38º | 0.27% | 0.46% | - |
| HSV(B) | 174.38º | 0.43% | 0.58% | - |
| XYZ | 19.45 | 25.41 | 29.87 | - |
| YUV | 129.18 | 135.8 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 143 | 0.43 | 0 | 0.04 | 0.42 | 174.38 | 0.27 | 0.46 |
| Hex | 55 | 95 | 8F | 2B | 0 | 4 | 2A | AE | 1B | 2E |
| Octal | 125 | 225 | 217 | 53 | 0 | 4 | 52 | 256 | 33 | 56 |
| Binary | 1010101 | 10010101 | 10001111 | 101011 | 0 | 100 | 101010 | 10101110 | 11011 | 101110 |
Color Harmonies of #55958F
Complementary color
Monochromatic Colors of #55958F
Black with #55958F
Text Example
Text Example
White with #55958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55958F; }
p { color: rgb(85,149,143); }
H1.HeaderClassName
{
color: #55958F;
}
.AnyTagClassName
{
color: #55958F;
}
</style>
background-color css
<style>
a { background-color: #55958F; }
a { background-color: rgb(85,149,143); }
div.DivClassName
{
background-color: #55958F;
}
.BgClassName
{
background-color: #55958F;
}
</style>
border-color css
<style>
span { border-color: #55958F; }
span { border-color: rgb(85,149,143); }
td.TdClassName
{
border-color: #55958F;
}
.TagClassName
{
border-color: #55958F;
}
</style>