Shades of Half Baked #558793
Tints of Half Baked #558793
RGB
CMYK
RGB Variations
Color information
#558793 (or 0x558793) is known color: Half Baked. HEX triplet: 55, 87 and 93. RGB value is (85,135,147). Sum of RGB (Red+Green+Blue) = 85+135+147=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 147 - color contains mainly: blue. Hex color #558793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558793 is #AA786C. Grayscale: #797979. Windows color (decimal): -11171949 or 9668437. OLE color: 9668437.
HSL color Cylindrical-coordinate representation of color #558793: hue angle of 191.61º 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 #558793 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 135 | 147 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.42 |
| HSL | 191.61º | 0.27% | 0.45% | - |
| HSV(B) | 191.61º | 0.42% | 0.58% | - |
| XYZ | 17.68 | 21.37 | 30.8 | - |
| YUV | 121.42 | 142.44 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 135 | 147 | 0.42 | 0.08 | 0 | 0.42 | 191.61 | 0.27 | 0.45 |
| Hex | 55 | 87 | 93 | 2A | 8 | 0 | 2A | C0 | 1B | 2D |
| Octal | 125 | 207 | 223 | 52 | 10 | 0 | 52 | 300 | 33 | 55 |
| Binary | 1010101 | 10000111 | 10010011 | 101010 | 1000 | 0 | 101010 | 11000000 | 11011 | 101101 |
Color Harmonies of #558793
Complementary color
Monochromatic Colors of #558793
Black with #558793
Text Example
Text Example
White with #558793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558793; }
p { color: rgb(85,135,147); }
H1.HeaderClassName
{
color: #558793;
}
.AnyTagClassName
{
color: #558793;
}
</style>
background-color css
<style>
a { background-color: #558793; }
a { background-color: rgb(85,135,147); }
div.DivClassName
{
background-color: #558793;
}
.BgClassName
{
background-color: #558793;
}
</style>
border-color css
<style>
span { border-color: #558793; }
span { border-color: rgb(85,135,147); }
td.TdClassName
{
border-color: #558793;
}
.TagClassName
{
border-color: #558793;
}
</style>