Shades of Half Baked #51888A
Tints of Half Baked #51888A
RGB
CMYK
RGB Variations
Color information
#51888A (or 0x51888A) is known color: Half Baked. HEX triplet: 51, 88 and 8A. RGB value is (81,136,138). Sum of RGB (Red+Green+Blue) = 81+136+138=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #51888A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51888A is #AE7775. Grayscale: #777777. Windows color (decimal): -11433846 or 9078865. OLE color: 9078865.
HSL color Cylindrical-coordinate representation of color #51888A: hue angle of 182.11º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51888A is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 136 | 138 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.46 |
| HSL | 182.11º | 0.26% | 0.43% | - |
| HSV(B) | 182.11º | 0.41% | 0.54% | - |
| XYZ | 16.78 | 21.19 | 27.25 | - |
| YUV | 119.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 136 | 138 | 0.41 | 0.01 | 0 | 0.46 | 182.11 | 0.26 | 0.43 |
| Hex | 51 | 88 | 8A | 29 | 1 | 0 | 2E | B6 | 1A | 2B |
| Octal | 121 | 210 | 212 | 51 | 1 | 0 | 56 | 266 | 32 | 53 |
| Binary | 1010001 | 10001000 | 10001010 | 101001 | 1 | 0 | 101110 | 10110110 | 11010 | 101011 |
Color Harmonies of #51888A
Complementary color
Monochromatic Colors of #51888A
Black with #51888A
Text Example
Text Example
White with #51888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51888A; }
p { color: rgb(81,136,138); }
H1.HeaderClassName
{
color: #51888A;
}
.AnyTagClassName
{
color: #51888A;
}
</style>
background-color css
<style>
a { background-color: #51888A; }
a { background-color: rgb(81,136,138); }
div.DivClassName
{
background-color: #51888A;
}
.BgClassName
{
background-color: #51888A;
}
</style>
border-color css
<style>
span { border-color: #51888A; }
span { border-color: rgb(81,136,138); }
td.TdClassName
{
border-color: #51888A;
}
.TagClassName
{
border-color: #51888A;
}
</style>