Shades of Half Baked #51848D
Tints of Half Baked #51848D
RGB
CMYK
RGB Variations
Color information
#51848D (or 0x51848D) is known color: Half Baked. HEX triplet: 51, 84 and 8D. RGB value is (81,132,141). Sum of RGB (Red+Green+Blue) = 81+132+141=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 141 - color contains mainly: blue. Hex color #51848D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51848D is #AE7B72. Grayscale: #757575. Windows color (decimal): -11434867 or 9274449. OLE color: 9274449.
HSL color Cylindrical-coordinate representation of color #51848D: hue angle of 189º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51848D is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 132 | 141 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.45 |
| HSL | 189º | 0.27% | 0.44% | - |
| HSV(B) | 189º | 0.43% | 0.55% | - |
| XYZ | 16.45 | 20.17 | 28.23 | - |
| YUV | 117.78 | 141.1 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 132 | 141 | 0.43 | 0.06 | 0 | 0.45 | 189 | 0.27 | 0.44 |
| Hex | 51 | 84 | 8D | 2B | 6 | 0 | 2D | BD | 1B | 2C |
| Octal | 121 | 204 | 215 | 53 | 6 | 0 | 55 | 275 | 33 | 54 |
| Binary | 1010001 | 10000100 | 10001101 | 101011 | 110 | 0 | 101101 | 10111101 | 11011 | 101100 |
Color Harmonies of #51848D
Complementary color
Monochromatic Colors of #51848D
Black with #51848D
Text Example
Text Example
White with #51848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51848D; }
p { color: rgb(81,132,141); }
H1.HeaderClassName
{
color: #51848D;
}
.AnyTagClassName
{
color: #51848D;
}
</style>
background-color css
<style>
a { background-color: #51848D; }
a { background-color: rgb(81,132,141); }
div.DivClassName
{
background-color: #51848D;
}
.BgClassName
{
background-color: #51848D;
}
</style>
border-color css
<style>
span { border-color: #51848D; }
span { border-color: rgb(81,132,141); }
td.TdClassName
{
border-color: #51848D;
}
.TagClassName
{
border-color: #51848D;
}
</style>