Shades of Half Baked #558D93
Tints of Half Baked #558D93
RGB
CMYK
RGB Variations
Color information
#558D93 (or 0x558D93) is known color: Half Baked. HEX triplet: 55, 8D and 93. RGB value is (85,141,147). Sum of RGB (Red+Green+Blue) = 85+141+147=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #558D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558D93 is #AA726C. Grayscale: #7C7C7C. Windows color (decimal): -11170413 or 9669973. OLE color: 9669973.
HSL color Cylindrical-coordinate representation of color #558D93: hue angle of 185.81º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #558D93 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 141 | 147 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.42 |
| HSL | 185.81º | 0.27% | 0.45% | - |
| HSV(B) | 185.81º | 0.42% | 0.58% | - |
| XYZ | 18.54 | 23.09 | 31.08 | - |
| YUV | 124.94 | 140.45 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 147 | 0.42 | 0.04 | 0 | 0.42 | 185.81 | 0.27 | 0.45 |
| Hex | 55 | 8D | 93 | 2A | 4 | 0 | 2A | BA | 1B | 2D |
| Octal | 125 | 215 | 223 | 52 | 4 | 0 | 52 | 272 | 33 | 55 |
| Binary | 1010101 | 10001101 | 10010011 | 101010 | 100 | 0 | 101010 | 10111010 | 11011 | 101101 |
Color Harmonies of #558D93
Complementary color
Monochromatic Colors of #558D93
Black with #558D93
Text Example
Text Example
White with #558D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558D93; }
p { color: rgb(85,141,147); }
H1.HeaderClassName
{
color: #558D93;
}
.AnyTagClassName
{
color: #558D93;
}
</style>
background-color css
<style>
a { background-color: #558D93; }
a { background-color: rgb(85,141,147); }
div.DivClassName
{
background-color: #558D93;
}
.BgClassName
{
background-color: #558D93;
}
</style>
border-color css
<style>
span { border-color: #558D93; }
span { border-color: rgb(85,141,147); }
td.TdClassName
{
border-color: #558D93;
}
.TagClassName
{
border-color: #558D93;
}
</style>