Shades of Half Baked #539795
Tints of Half Baked #539795
RGB
CMYK
RGB Variations
Color information
#539795 (or 0x539795) is known color: Half Baked. HEX triplet: 53, 97 and 95. RGB value is (83,151,149). Sum of RGB (Red+Green+Blue) = 83+151+149=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 151 - color contains mainly: green. Hex color #539795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539795 is #AC686A. Grayscale: #828282. Windows color (decimal): -11298923 or 9803603. OLE color: 9803603.
HSL color Cylindrical-coordinate representation of color #539795: hue angle of 178.24º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #539795 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 83 | 151 | 149 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.41 |
| HSL | 178.24º | 0.29% | 0.46% | - |
| HSV(B) | 178.24º | 0.45% | 0.59% | - |
| XYZ | 20.06 | 26.14 | 32.42 | - |
| YUV | 130.44 | 138.47 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 151 | 149 | 0.45 | 0 | 0.01 | 0.41 | 178.24 | 0.29 | 0.46 |
| Hex | 53 | 97 | 95 | 2D | 0 | 1 | 29 | B2 | 1D | 2E |
| Octal | 123 | 227 | 225 | 55 | 0 | 1 | 51 | 262 | 35 | 56 |
| Binary | 1010011 | 10010111 | 10010101 | 101101 | 0 | 1 | 101001 | 10110010 | 11101 | 101110 |
Color Harmonies of #539795
Complementary color
Monochromatic Colors of #539795
Black with #539795
Text Example
Text Example
White with #539795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539795; }
p { color: rgb(83,151,149); }
H1.HeaderClassName
{
color: #539795;
}
.AnyTagClassName
{
color: #539795;
}
</style>
background-color css
<style>
a { background-color: #539795; }
a { background-color: rgb(83,151,149); }
div.DivClassName
{
background-color: #539795;
}
.BgClassName
{
background-color: #539795;
}
</style>
border-color css
<style>
span { border-color: #539795; }
span { border-color: rgb(83,151,149); }
td.TdClassName
{
border-color: #539795;
}
.TagClassName
{
border-color: #539795;
}
</style>