Shades of Half Baked #539193
Tints of Half Baked #539193
RGB
CMYK
RGB Variations
Color information
#539193 (or 0x539193) is known color: Half Baked. HEX triplet: 53, 91 and 93. RGB value is (83,145,147). Sum of RGB (Red+Green+Blue) = 83+145+147=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: blue. Hex color #539193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539193 is #AC6E6C. Grayscale: #7E7E7E. Windows color (decimal): -11300461 or 9670995. OLE color: 9670995.
HSL color Cylindrical-coordinate representation of color #539193: hue angle of 181.88º 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 #539193 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 145 | 147 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.42 |
| HSL | 181.88º | 0.28% | 0.45% | - |
| HSV(B) | 181.88º | 0.44% | 0.58% | - |
| XYZ | 18.96 | 24.2 | 31.27 | - |
| YUV | 126.69 | 139.46 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 145 | 147 | 0.44 | 0.01 | 0 | 0.42 | 181.88 | 0.28 | 0.45 |
| Hex | 53 | 91 | 93 | 2C | 1 | 0 | 2A | B6 | 1C | 2D |
| Octal | 123 | 221 | 223 | 54 | 1 | 0 | 52 | 266 | 34 | 55 |
| Binary | 1010011 | 10010001 | 10010011 | 101100 | 1 | 0 | 101010 | 10110110 | 11100 | 101101 |
Color Harmonies of #539193
Complementary color
Monochromatic Colors of #539193
Black with #539193
Text Example
Text Example
White with #539193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539193; }
p { color: rgb(83,145,147); }
H1.HeaderClassName
{
color: #539193;
}
.AnyTagClassName
{
color: #539193;
}
</style>
background-color css
<style>
a { background-color: #539193; }
a { background-color: rgb(83,145,147); }
div.DivClassName
{
background-color: #539193;
}
.BgClassName
{
background-color: #539193;
}
</style>
border-color css
<style>
span { border-color: #539193; }
span { border-color: rgb(83,145,147); }
td.TdClassName
{
border-color: #539193;
}
.TagClassName
{
border-color: #539193;
}
</style>