Shades of Half Baked #51959D
Tints of Half Baked #51959D
RGB
CMYK
RGB Variations
Color information
#51959D (or 0x51959D) is known color: Half Baked. HEX triplet: 51, 95 and 9D. RGB value is (81,149,157). Sum of RGB (Red+Green+Blue) = 81+149+157=387 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.93% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #51959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51959D is #AE6A62. Grayscale: #818181. Windows color (decimal): -11430499 or 10327377. OLE color: 10327377.
HSL color Cylindrical-coordinate representation of color #51959D: hue angle of 186.32º 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 #51959D is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 149 | 157 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.38 |
| HSL | 186.32º | 0.32% | 0.47% | - |
| HSV(B) | 186.32º | 0.48% | 0.62% | - |
| XYZ | 20.23 | 25.68 | 35.79 | - |
| YUV | 129.58 | 143.47 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 149 | 157 | 0.48 | 0.05 | 0 | 0.38 | 186.32 | 0.32 | 0.47 |
| Hex | 51 | 95 | 9D | 30 | 5 | 0 | 26 | BA | 20 | 2F |
| Octal | 121 | 225 | 235 | 60 | 5 | 0 | 46 | 272 | 40 | 57 |
| Binary | 1010001 | 10010101 | 10011101 | 110000 | 101 | 0 | 100110 | 10111010 | 100000 | 101111 |
Color Harmonies of #51959D
Complementary color
Monochromatic Colors of #51959D
Black with #51959D
Text Example
Text Example
White with #51959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51959D; }
p { color: rgb(81,149,157); }
H1.HeaderClassName
{
color: #51959D;
}
.AnyTagClassName
{
color: #51959D;
}
</style>
background-color css
<style>
a { background-color: #51959D; }
a { background-color: rgb(81,149,157); }
div.DivClassName
{
background-color: #51959D;
}
.BgClassName
{
background-color: #51959D;
}
</style>
border-color css
<style>
span { border-color: #51959D; }
span { border-color: rgb(81,149,157); }
td.TdClassName
{
border-color: #51959D;
}
.TagClassName
{
border-color: #51959D;
}
</style>