Shades of Half Baked #51999C
Tints of Half Baked #51999C
RGB
CMYK
RGB Variations
Color information
#51999C (or 0x51999C) is known color: Half Baked. HEX triplet: 51, 99 and 9C. RGB value is (81,153,156). Sum of RGB (Red+Green+Blue) = 81+153+156=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #51999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51999C is #AE6663. Grayscale: #838383. Windows color (decimal): -11429476 or 10262865. OLE color: 10262865.
HSL color Cylindrical-coordinate representation of color #51999C: hue angle of 182.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51999C is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 153 | 156 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.39 |
| HSL | 182.4º | 0.32% | 0.46% | - |
| HSV(B) | 182.4º | 0.48% | 0.61% | - |
| XYZ | 20.79 | 26.93 | 35.56 | - |
| YUV | 131.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 153 | 156 | 0.48 | 0.02 | 0 | 0.39 | 182.4 | 0.32 | 0.46 |
| Hex | 51 | 99 | 9C | 30 | 2 | 0 | 27 | B6 | 20 | 2E |
| Octal | 121 | 231 | 234 | 60 | 2 | 0 | 47 | 266 | 40 | 56 |
| Binary | 1010001 | 10011001 | 10011100 | 110000 | 10 | 0 | 100111 | 10110110 | 100000 | 101110 |
Color Harmonies of #51999C
Complementary color
Monochromatic Colors of #51999C
Black with #51999C
Text Example
Text Example
White with #51999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51999C; }
p { color: rgb(81,153,156); }
H1.HeaderClassName
{
color: #51999C;
}
.AnyTagClassName
{
color: #51999C;
}
</style>
background-color css
<style>
a { background-color: #51999C; }
a { background-color: rgb(81,153,156); }
div.DivClassName
{
background-color: #51999C;
}
.BgClassName
{
background-color: #51999C;
}
</style>
border-color css
<style>
span { border-color: #51999C; }
span { border-color: rgb(81,153,156); }
td.TdClassName
{
border-color: #51999C;
}
.TagClassName
{
border-color: #51999C;
}
</style>