Shades of Half Baked #539895
Tints of Half Baked #539895
RGB
CMYK
RGB Variations
Color information
#539895 (or 0x539895) is known color: Half Baked. HEX triplet: 53, 98 and 95. RGB value is (83,152,149). Sum of RGB (Red+Green+Blue) = 83+152+149=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 152 - color contains mainly: green. Hex color #539895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539895 is #AC676A. Grayscale: #828282. Windows color (decimal): -11298667 or 9803859. OLE color: 9803859.
HSL color Cylindrical-coordinate representation of color #539895: hue angle of 177.39º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #539895 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 152 | 149 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.40 |
| HSL | 177.39º | 0.29% | 0.46% | - |
| HSV(B) | 177.39º | 0.45% | 0.6% | - |
| XYZ | 20.22 | 26.47 | 32.48 | - |
| YUV | 131.03 | 138.14 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 152 | 149 | 0.45 | 0 | 0.02 | 0.40 | 177.39 | 0.29 | 0.46 |
| Hex | 53 | 98 | 95 | 2D | 0 | 2 | 28 | B1 | 1D | 2E |
| Octal | 123 | 230 | 225 | 55 | 0 | 2 | 50 | 261 | 35 | 56 |
| Binary | 1010011 | 10011000 | 10010101 | 101101 | 0 | 10 | 101000 | 10110001 | 11101 | 101110 |
Color Harmonies of #539895
Complementary color
Monochromatic Colors of #539895
Black with #539895
Text Example
Text Example
White with #539895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539895; }
p { color: rgb(83,152,149); }
H1.HeaderClassName
{
color: #539895;
}
.AnyTagClassName
{
color: #539895;
}
</style>
background-color css
<style>
a { background-color: #539895; }
a { background-color: rgb(83,152,149); }
div.DivClassName
{
background-color: #539895;
}
.BgClassName
{
background-color: #539895;
}
</style>
border-color css
<style>
span { border-color: #539895; }
span { border-color: rgb(83,152,149); }
td.TdClassName
{
border-color: #539895;
}
.TagClassName
{
border-color: #539895;
}
</style>