Shades of Half Baked #539194
Tints of Half Baked #539194
RGB
CMYK
RGB Variations
Color information
#539194 (or 0x539194) is known color: Half Baked. HEX triplet: 53, 91 and 94. RGB value is (83,145,148). Sum of RGB (Red+Green+Blue) = 83+145+148=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 148 - color contains mainly: blue. Hex color #539194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539194 is #AC6E6B. Grayscale: #7E7E7E. Windows color (decimal): -11300460 or 9736531. OLE color: 9736531.
HSL color Cylindrical-coordinate representation of color #539194: hue angle of 182.77º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #539194 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 145 | 148 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.42 |
| HSL | 182.77º | 0.28% | 0.45% | - |
| HSV(B) | 182.77º | 0.44% | 0.58% | - |
| XYZ | 19.04 | 24.23 | 31.69 | - |
| YUV | 126.8 | 139.96 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 145 | 148 | 0.44 | 0.02 | 0 | 0.42 | 182.77 | 0.28 | 0.45 |
| Hex | 53 | 91 | 94 | 2C | 2 | 0 | 2A | B7 | 1C | 2D |
| Octal | 123 | 221 | 224 | 54 | 2 | 0 | 52 | 267 | 34 | 55 |
| Binary | 1010011 | 10010001 | 10010100 | 101100 | 10 | 0 | 101010 | 10110111 | 11100 | 101101 |
Color Harmonies of #539194
Complementary color
Monochromatic Colors of #539194
Black with #539194
Text Example
Text Example
White with #539194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539194; }
p { color: rgb(83,145,148); }
H1.HeaderClassName
{
color: #539194;
}
.AnyTagClassName
{
color: #539194;
}
</style>
background-color css
<style>
a { background-color: #539194; }
a { background-color: rgb(83,145,148); }
div.DivClassName
{
background-color: #539194;
}
.BgClassName
{
background-color: #539194;
}
</style>
border-color css
<style>
span { border-color: #539194; }
span { border-color: rgb(83,145,148); }
td.TdClassName
{
border-color: #539194;
}
.TagClassName
{
border-color: #539194;
}
</style>