Shades of Half Baked #559C93
Tints of Half Baked #559C93
RGB
CMYK
RGB Variations
Color information
#559C93 (or 0x559C93) is known color: Half Baked. HEX triplet: 55, 9C and 93. RGB value is (85,156,147). Sum of RGB (Red+Green+Blue) = 85+156+147=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 156 - color contains mainly: green. Hex color #559C93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559C93 is #AA636C. Grayscale: #858585. Windows color (decimal): -11166573 or 9673813. OLE color: 9673813.
HSL color Cylindrical-coordinate representation of color #559C93: hue angle of 172.39º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559C93 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 156 | 147 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.39 |
| HSL | 172.39º | 0.29% | 0.47% | - |
| HSV(B) | 172.39º | 0.46% | 0.61% | - |
| XYZ | 20.9 | 27.81 | 31.87 | - |
| YUV | 133.75 | 135.48 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 147 | 0.46 | 0 | 0.06 | 0.39 | 172.39 | 0.29 | 0.47 |
| Hex | 55 | 9C | 93 | 2E | 0 | 6 | 27 | AC | 1D | 2F |
| Octal | 125 | 234 | 223 | 56 | 0 | 6 | 47 | 254 | 35 | 57 |
| Binary | 1010101 | 10011100 | 10010011 | 101110 | 0 | 110 | 100111 | 10101100 | 11101 | 101111 |
Color Harmonies of #559C93
Complementary color
Monochromatic Colors of #559C93
Black with #559C93
Text Example
Text Example
White with #559C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559C93; }
p { color: rgb(85,156,147); }
H1.HeaderClassName
{
color: #559C93;
}
.AnyTagClassName
{
color: #559C93;
}
</style>
background-color css
<style>
a { background-color: #559C93; }
a { background-color: rgb(85,156,147); }
div.DivClassName
{
background-color: #559C93;
}
.BgClassName
{
background-color: #559C93;
}
</style>
border-color css
<style>
span { border-color: #559C93; }
span { border-color: rgb(85,156,147); }
td.TdClassName
{
border-color: #559C93;
}
.TagClassName
{
border-color: #559C93;
}
</style>