Shades of Half Baked #51898F
Tints of Half Baked #51898F
RGB
CMYK
RGB Variations
Color information
#51898F (or 0x51898F) is known color: Half Baked. HEX triplet: 51, 89 and 8F. RGB value is (81,137,143). Sum of RGB (Red+Green+Blue) = 81+137+143=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 143 - color contains mainly: blue. Hex color #51898F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51898F is #AE7670. Grayscale: #787878. Windows color (decimal): -11433585 or 9406801. OLE color: 9406801.
HSL color Cylindrical-coordinate representation of color #51898F: hue angle of 185.81º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51898F is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 137 | 143 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.44 |
| HSL | 185.81º | 0.28% | 0.44% | - |
| HSV(B) | 185.81º | 0.43% | 0.56% | - |
| XYZ | 17.3 | 21.62 | 29.25 | - |
| YUV | 120.94 | 140.45 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 137 | 143 | 0.43 | 0.04 | 0 | 0.44 | 185.81 | 0.28 | 0.44 |
| Hex | 51 | 89 | 8F | 2B | 4 | 0 | 2C | BA | 1C | 2C |
| Octal | 121 | 211 | 217 | 53 | 4 | 0 | 54 | 272 | 34 | 54 |
| Binary | 1010001 | 10001001 | 10001111 | 101011 | 100 | 0 | 101100 | 10111010 | 11100 | 101100 |
Color Harmonies of #51898F
Complementary color
Monochromatic Colors of #51898F
Black with #51898F
Text Example
Text Example
White with #51898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51898F; }
p { color: rgb(81,137,143); }
H1.HeaderClassName
{
color: #51898F;
}
.AnyTagClassName
{
color: #51898F;
}
</style>
background-color css
<style>
a { background-color: #51898F; }
a { background-color: rgb(81,137,143); }
div.DivClassName
{
background-color: #51898F;
}
.BgClassName
{
background-color: #51898F;
}
</style>
border-color css
<style>
span { border-color: #51898F; }
span { border-color: rgb(81,137,143); }
td.TdClassName
{
border-color: #51898F;
}
.TagClassName
{
border-color: #51898F;
}
</style>