Shades of Half Baked #558B93
Tints of Half Baked #558B93
RGB
CMYK
RGB Variations
Color information
#558B93 (or 0x558B93) is known color: Half Baked. HEX triplet: 55, 8B and 93. RGB value is (85,139,147). Sum of RGB (Red+Green+Blue) = 85+139+147=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 147 - color contains mainly: blue. Hex color #558B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558B93 is #AA746C. Grayscale: #7B7B7B. Windows color (decimal): -11170925 or 9669461. OLE color: 9669461.
HSL color Cylindrical-coordinate representation of color #558B93: hue angle of 187.74º 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 #558B93 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 139 | 147 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.42 |
| HSL | 187.74º | 0.27% | 0.45% | - |
| HSV(B) | 187.74º | 0.42% | 0.58% | - |
| XYZ | 18.25 | 22.5 | 30.99 | - |
| YUV | 123.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 147 | 0.42 | 0.05 | 0 | 0.42 | 187.74 | 0.27 | 0.45 |
| Hex | 55 | 8B | 93 | 2A | 5 | 0 | 2A | BC | 1B | 2D |
| Octal | 125 | 213 | 223 | 52 | 5 | 0 | 52 | 274 | 33 | 55 |
| Binary | 1010101 | 10001011 | 10010011 | 101010 | 101 | 0 | 101010 | 10111100 | 11011 | 101101 |
Color Harmonies of #558B93
Complementary color
Monochromatic Colors of #558B93
Black with #558B93
Text Example
Text Example
White with #558B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558B93; }
p { color: rgb(85,139,147); }
H1.HeaderClassName
{
color: #558B93;
}
.AnyTagClassName
{
color: #558B93;
}
</style>
background-color css
<style>
a { background-color: #558B93; }
a { background-color: rgb(85,139,147); }
div.DivClassName
{
background-color: #558B93;
}
.BgClassName
{
background-color: #558B93;
}
</style>
border-color css
<style>
span { border-color: #558B93; }
span { border-color: rgb(85,139,147); }
td.TdClassName
{
border-color: #558B93;
}
.TagClassName
{
border-color: #558B93;
}
</style>