Shades of Half Baked #53858D
Tints of Half Baked #53858D
RGB
CMYK
RGB Variations
Color information
#53858D (or 0x53858D) is known color: Half Baked. HEX triplet: 53, 85 and 8D. RGB value is (83,133,141). Sum of RGB (Red+Green+Blue) = 83+133+141=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #53858D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53858D is #AC7A72. Grayscale: #767676. Windows color (decimal): -11303539 or 9274707. OLE color: 9274707.
HSL color Cylindrical-coordinate representation of color #53858D: hue angle of 188.28º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53858D is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 133 | 141 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.45 |
| HSL | 188.28º | 0.26% | 0.44% | - |
| HSV(B) | 188.28º | 0.41% | 0.55% | - |
| XYZ | 16.76 | 20.54 | 28.28 | - |
| YUV | 118.96 | 140.44 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 133 | 141 | 0.41 | 0.06 | 0 | 0.45 | 188.28 | 0.26 | 0.44 |
| Hex | 53 | 85 | 8D | 29 | 6 | 0 | 2D | BC | 1A | 2C |
| Octal | 123 | 205 | 215 | 51 | 6 | 0 | 55 | 274 | 32 | 54 |
| Binary | 1010011 | 10000101 | 10001101 | 101001 | 110 | 0 | 101101 | 10111100 | 11010 | 101100 |
Color Harmonies of #53858D
Complementary color
Monochromatic Colors of #53858D
Black with #53858D
Text Example
Text Example
White with #53858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53858D; }
p { color: rgb(83,133,141); }
H1.HeaderClassName
{
color: #53858D;
}
.AnyTagClassName
{
color: #53858D;
}
</style>
background-color css
<style>
a { background-color: #53858D; }
a { background-color: rgb(83,133,141); }
div.DivClassName
{
background-color: #53858D;
}
.BgClassName
{
background-color: #53858D;
}
</style>
border-color css
<style>
span { border-color: #53858D; }
span { border-color: rgb(83,133,141); }
td.TdClassName
{
border-color: #53858D;
}
.TagClassName
{
border-color: #53858D;
}
</style>