Shades of Half Baked #53848D
Tints of Half Baked #53848D
RGB
CMYK
RGB Variations
Color information
#53848D (or 0x53848D) is known color: Half Baked. HEX triplet: 53, 84 and 8D. RGB value is (83,132,141). Sum of RGB (Red+Green+Blue) = 83+132+141=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 141 - color contains mainly: blue. Hex color #53848D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53848D is #AC7B72. Grayscale: #767676. Windows color (decimal): -11303795 or 9274451. OLE color: 9274451.
HSL color Cylindrical-coordinate representation of color #53848D: hue angle of 189.31º 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 #53848D is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 132 | 141 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.45 |
| HSL | 189.31º | 0.26% | 0.44% | - |
| HSV(B) | 189.31º | 0.41% | 0.55% | - |
| XYZ | 16.63 | 20.26 | 28.23 | - |
| YUV | 118.38 | 140.77 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 132 | 141 | 0.41 | 0.06 | 0 | 0.45 | 189.31 | 0.26 | 0.44 |
| Hex | 53 | 84 | 8D | 29 | 6 | 0 | 2D | BD | 1A | 2C |
| Octal | 123 | 204 | 215 | 51 | 6 | 0 | 55 | 275 | 32 | 54 |
| Binary | 1010011 | 10000100 | 10001101 | 101001 | 110 | 0 | 101101 | 10111101 | 11010 | 101100 |
Color Harmonies of #53848D
Complementary color
Monochromatic Colors of #53848D
Black with #53848D
Text Example
Text Example
White with #53848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53848D; }
p { color: rgb(83,132,141); }
H1.HeaderClassName
{
color: #53848D;
}
.AnyTagClassName
{
color: #53848D;
}
</style>
background-color css
<style>
a { background-color: #53848D; }
a { background-color: rgb(83,132,141); }
div.DivClassName
{
background-color: #53848D;
}
.BgClassName
{
background-color: #53848D;
}
</style>
border-color css
<style>
span { border-color: #53848D; }
span { border-color: rgb(83,132,141); }
td.TdClassName
{
border-color: #53848D;
}
.TagClassName
{
border-color: #53848D;
}
</style>