Shades of Half Baked #539896
Tints of Half Baked #539896
RGB
CMYK
RGB Variations
Color information
#539896 (or 0x539896) is known color: Half Baked. HEX triplet: 53, 98 and 96. RGB value is (83,152,150). Sum of RGB (Red+Green+Blue) = 83+152+150=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 152 - color contains mainly: green. Hex color #539896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539896 is #AC6769. Grayscale: #838383. Windows color (decimal): -11298666 or 9869395. OLE color: 9869395.
HSL color Cylindrical-coordinate representation of color #539896: hue angle of 178.26º 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 #539896 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 152 | 150 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.40 |
| HSL | 178.26º | 0.29% | 0.46% | - |
| HSV(B) | 178.26º | 0.45% | 0.6% | - |
| XYZ | 20.3 | 26.5 | 32.9 | - |
| YUV | 131.14 | 138.64 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 152 | 150 | 0.45 | 0 | 0.01 | 0.40 | 178.26 | 0.29 | 0.46 |
| Hex | 53 | 98 | 96 | 2D | 0 | 1 | 28 | B2 | 1D | 2E |
| Octal | 123 | 230 | 226 | 55 | 0 | 1 | 50 | 262 | 35 | 56 |
| Binary | 1010011 | 10011000 | 10010110 | 101101 | 0 | 1 | 101000 | 10110010 | 11101 | 101110 |
Color Harmonies of #539896
Complementary color
Monochromatic Colors of #539896
Black with #539896
Text Example
Text Example
White with #539896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539896; }
p { color: rgb(83,152,150); }
H1.HeaderClassName
{
color: #539896;
}
.AnyTagClassName
{
color: #539896;
}
</style>
background-color css
<style>
a { background-color: #539896; }
a { background-color: rgb(83,152,150); }
div.DivClassName
{
background-color: #539896;
}
.BgClassName
{
background-color: #539896;
}
</style>
border-color css
<style>
span { border-color: #539896; }
span { border-color: rgb(83,152,150); }
td.TdClassName
{
border-color: #539896;
}
.TagClassName
{
border-color: #539896;
}
</style>