Shades of Half Baked #51949D
Tints of Half Baked #51949D
RGB
CMYK
RGB Variations
Color information
#51949D (or 0x51949D) is known color: Half Baked. HEX triplet: 51, 94 and 9D. RGB value is (81,148,157). Sum of RGB (Red+Green+Blue) = 81+148+157=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #51949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51949D is #AE6B62. Grayscale: #808080. Windows color (decimal): -11430755 or 10327121. OLE color: 10327121.
HSL color Cylindrical-coordinate representation of color #51949D: hue angle of 187.11º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51949D is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 148 | 157 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.38 |
| HSL | 187.11º | 0.32% | 0.47% | - |
| HSV(B) | 187.11º | 0.48% | 0.62% | - |
| XYZ | 20.07 | 25.36 | 35.74 | - |
| YUV | 128.99 | 143.8 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 148 | 157 | 0.48 | 0.06 | 0 | 0.38 | 187.11 | 0.32 | 0.47 |
| Hex | 51 | 94 | 9D | 30 | 6 | 0 | 26 | BB | 20 | 2F |
| Octal | 121 | 224 | 235 | 60 | 6 | 0 | 46 | 273 | 40 | 57 |
| Binary | 1010001 | 10010100 | 10011101 | 110000 | 110 | 0 | 100110 | 10111011 | 100000 | 101111 |
Color Harmonies of #51949D
Complementary color
Monochromatic Colors of #51949D
Black with #51949D
Text Example
Text Example
White with #51949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51949D; }
p { color: rgb(81,148,157); }
H1.HeaderClassName
{
color: #51949D;
}
.AnyTagClassName
{
color: #51949D;
}
</style>
background-color css
<style>
a { background-color: #51949D; }
a { background-color: rgb(81,148,157); }
div.DivClassName
{
background-color: #51949D;
}
.BgClassName
{
background-color: #51949D;
}
</style>
border-color css
<style>
span { border-color: #51949D; }
span { border-color: rgb(81,148,157); }
td.TdClassName
{
border-color: #51949D;
}
.TagClassName
{
border-color: #51949D;
}
</style>