Shades of Half Baked #53888D
Tints of Half Baked #53888D
RGB
CMYK
RGB Variations
Color information
#53888D (or 0x53888D) is known color: Half Baked. HEX triplet: 53, 88 and 8D. RGB value is (83,136,141). Sum of RGB (Red+Green+Blue) = 83+136+141=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #53888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53888D is #AC7772. Grayscale: #787878. Windows color (decimal): -11302771 or 9275475. OLE color: 9275475.
HSL color Cylindrical-coordinate representation of color #53888D: hue angle of 185.17º 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 #53888D is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 136 | 141 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.45 |
| HSL | 185.17º | 0.26% | 0.44% | - |
| HSV(B) | 185.17º | 0.41% | 0.55% | - |
| XYZ | 17.18 | 21.37 | 28.42 | - |
| YUV | 120.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 141 | 0.41 | 0.04 | 0 | 0.45 | 185.17 | 0.26 | 0.44 |
| Hex | 53 | 88 | 8D | 29 | 4 | 0 | 2D | B9 | 1A | 2C |
| Octal | 123 | 210 | 215 | 51 | 4 | 0 | 55 | 271 | 32 | 54 |
| Binary | 1010011 | 10001000 | 10001101 | 101001 | 100 | 0 | 101101 | 10111001 | 11010 | 101100 |
Color Harmonies of #53888D
Complementary color
Monochromatic Colors of #53888D
Black with #53888D
Text Example
Text Example
White with #53888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53888D; }
p { color: rgb(83,136,141); }
H1.HeaderClassName
{
color: #53888D;
}
.AnyTagClassName
{
color: #53888D;
}
</style>
background-color css
<style>
a { background-color: #53888D; }
a { background-color: rgb(83,136,141); }
div.DivClassName
{
background-color: #53888D;
}
.BgClassName
{
background-color: #53888D;
}
</style>
border-color css
<style>
span { border-color: #53888D; }
span { border-color: rgb(83,136,141); }
td.TdClassName
{
border-color: #53888D;
}
.TagClassName
{
border-color: #53888D;
}
</style>