Shades of Half Baked #539993
Tints of Half Baked #539993
RGB
CMYK
RGB Variations
Color information
#539993 (or 0x539993) is known color: Half Baked. HEX triplet: 53, 99 and 93. RGB value is (83,153,147). Sum of RGB (Red+Green+Blue) = 83+153+147=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 153 - color contains mainly: green. Hex color #539993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539993 is #AC666C. Grayscale: #838383. Windows color (decimal): -11298413 or 9673043. OLE color: 9673043.
HSL color Cylindrical-coordinate representation of color #539993: hue angle of 174.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539993 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 83 | 153 | 147 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.4 |
| HSL | 174.86º | 0.3% | 0.46% | - |
| HSV(B) | 174.86º | 0.46% | 0.6% | - |
| XYZ | 20.22 | 26.73 | 31.7 | - |
| YUV | 131.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 153 | 147 | 0.46 | 0 | 0.04 | 0.4 | 174.86 | 0.3 | 0.46 |
| Hex | 53 | 99 | 93 | 2E | 0 | 4 | 28 | AF | 1E | 2E |
| Octal | 123 | 231 | 223 | 56 | 0 | 4 | 50 | 257 | 36 | 56 |
| Binary | 1010011 | 10011001 | 10010011 | 101110 | 0 | 100 | 101000 | 10101111 | 11110 | 101110 |
Color Harmonies of #539993
Complementary color
Monochromatic Colors of #539993
Black with #539993
Text Example
Text Example
White with #539993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539993; }
p { color: rgb(83,153,147); }
H1.HeaderClassName
{
color: #539993;
}
.AnyTagClassName
{
color: #539993;
}
</style>
background-color css
<style>
a { background-color: #539993; }
a { background-color: rgb(83,153,147); }
div.DivClassName
{
background-color: #539993;
}
.BgClassName
{
background-color: #539993;
}
</style>
border-color css
<style>
span { border-color: #539993; }
span { border-color: rgb(83,153,147); }
td.TdClassName
{
border-color: #539993;
}
.TagClassName
{
border-color: #539993;
}
</style>