Shades of Half Baked #51979A
Tints of Half Baked #51979A
RGB
CMYK
RGB Variations
Color information
#51979A (or 0x51979A) is known color: Half Baked. HEX triplet: 51, 97 and 9A. RGB value is (81,151,154). Sum of RGB (Red+Green+Blue) = 81+151+154=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 154 - color contains mainly: blue. Hex color #51979A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51979A is #AE6865. Grayscale: #828282. Windows color (decimal): -11429990 or 10131281. OLE color: 10131281.
HSL color Cylindrical-coordinate representation of color #51979A: hue angle of 182.47º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51979A is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 151 | 154 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.40 |
| HSL | 182.47º | 0.31% | 0.46% | - |
| HSV(B) | 182.47º | 0.47% | 0.6% | - |
| XYZ | 20.29 | 26.22 | 34.56 | - |
| YUV | 130.41 | 141.31 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 151 | 154 | 0.47 | 0.02 | 0 | 0.40 | 182.47 | 0.31 | 0.46 |
| Hex | 51 | 97 | 9A | 2F | 2 | 0 | 28 | B6 | 1F | 2E |
| Octal | 121 | 227 | 232 | 57 | 2 | 0 | 50 | 266 | 37 | 56 |
| Binary | 1010001 | 10010111 | 10011010 | 101111 | 10 | 0 | 101000 | 10110110 | 11111 | 101110 |
Color Harmonies of #51979A
Complementary color
Monochromatic Colors of #51979A
Black with #51979A
Text Example
Text Example
White with #51979A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51979A; }
p { color: rgb(81,151,154); }
H1.HeaderClassName
{
color: #51979A;
}
.AnyTagClassName
{
color: #51979A;
}
</style>
background-color css
<style>
a { background-color: #51979A; }
a { background-color: rgb(81,151,154); }
div.DivClassName
{
background-color: #51979A;
}
.BgClassName
{
background-color: #51979A;
}
</style>
border-color css
<style>
span { border-color: #51979A; }
span { border-color: rgb(81,151,154); }
td.TdClassName
{
border-color: #51979A;
}
.TagClassName
{
border-color: #51979A;
}
</style>