Shades of Half Baked #51878C
Tints of Half Baked #51878C
RGB
CMYK
RGB Variations
Color information
#51878C (or 0x51878C) is known color: Half Baked. HEX triplet: 51, 87 and 8C. RGB value is (81,135,140). Sum of RGB (Red+Green+Blue) = 81+135+140=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #51878C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51878C is #AE7873. Grayscale: #777777. Windows color (decimal): -11434100 or 9209681. OLE color: 9209681.
HSL color Cylindrical-coordinate representation of color #51878C: hue angle of 185.08º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51878C is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 135 | 140 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.45 |
| HSL | 185.08º | 0.27% | 0.43% | - |
| HSV(B) | 185.08º | 0.42% | 0.55% | - |
| XYZ | 16.79 | 20.97 | 27.97 | - |
| YUV | 119.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 135 | 140 | 0.42 | 0.04 | 0 | 0.45 | 185.08 | 0.27 | 0.43 |
| Hex | 51 | 87 | 8C | 2A | 4 | 0 | 2D | B9 | 1B | 2B |
| Octal | 121 | 207 | 214 | 52 | 4 | 0 | 55 | 271 | 33 | 53 |
| Binary | 1010001 | 10000111 | 10001100 | 101010 | 100 | 0 | 101101 | 10111001 | 11011 | 101011 |
Color Harmonies of #51878C
Complementary color
Monochromatic Colors of #51878C
Black with #51878C
Text Example
Text Example
White with #51878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51878C; }
p { color: rgb(81,135,140); }
H1.HeaderClassName
{
color: #51878C;
}
.AnyTagClassName
{
color: #51878C;
}
</style>
background-color css
<style>
a { background-color: #51878C; }
a { background-color: rgb(81,135,140); }
div.DivClassName
{
background-color: #51878C;
}
.BgClassName
{
background-color: #51878C;
}
</style>
border-color css
<style>
span { border-color: #51878C; }
span { border-color: rgb(81,135,140); }
td.TdClassName
{
border-color: #51878C;
}
.TagClassName
{
border-color: #51878C;
}
</style>