Shades of Half Baked #559194
Tints of Half Baked #559194
RGB
CMYK
RGB Variations
Color information
#559194 (or 0x559194) is known color: Half Baked. HEX triplet: 55, 91 and 94. RGB value is (85,145,148). Sum of RGB (Red+Green+Blue) = 85+145+148=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 148 - color contains mainly: blue. Hex color #559194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559194 is #AA6E6B. Grayscale: #7F7F7F. Windows color (decimal): -11169388 or 9736533. OLE color: 9736533.
HSL color Cylindrical-coordinate representation of color #559194: hue angle of 182.86º 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 #559194 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 145 | 148 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.42 |
| HSL | 182.86º | 0.27% | 0.46% | - |
| HSV(B) | 182.86º | 0.43% | 0.58% | - |
| XYZ | 19.22 | 24.32 | 31.7 | - |
| YUV | 127.4 | 139.62 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 145 | 148 | 0.43 | 0.02 | 0 | 0.42 | 182.86 | 0.27 | 0.46 |
| Hex | 55 | 91 | 94 | 2B | 2 | 0 | 2A | B7 | 1B | 2E |
| Octal | 125 | 221 | 224 | 53 | 2 | 0 | 52 | 267 | 33 | 56 |
| Binary | 1010101 | 10010001 | 10010100 | 101011 | 10 | 0 | 101010 | 10110111 | 11011 | 101110 |
Color Harmonies of #559194
Complementary color
Monochromatic Colors of #559194
Black with #559194
Text Example
Text Example
White with #559194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559194; }
p { color: rgb(85,145,148); }
H1.HeaderClassName
{
color: #559194;
}
.AnyTagClassName
{
color: #559194;
}
</style>
background-color css
<style>
a { background-color: #559194; }
a { background-color: rgb(85,145,148); }
div.DivClassName
{
background-color: #559194;
}
.BgClassName
{
background-color: #559194;
}
</style>
border-color css
<style>
span { border-color: #559194; }
span { border-color: rgb(85,145,148); }
td.TdClassName
{
border-color: #559194;
}
.TagClassName
{
border-color: #559194;
}
</style>