Shades of Half Baked #51898A
Tints of Half Baked #51898A
RGB
CMYK
RGB Variations
Color information
#51898A (or 0x51898A) is known color: Half Baked. HEX triplet: 51, 89 and 8A. RGB value is (81,137,138). Sum of RGB (Red+Green+Blue) = 81+137+138=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #51898A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51898A is #AE7675. Grayscale: #787878. Windows color (decimal): -11433590 or 9079121. OLE color: 9079121.
HSL color Cylindrical-coordinate representation of color #51898A: hue angle of 181.05º 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 #51898A is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 137 | 138 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.46 |
| HSL | 181.05º | 0.26% | 0.43% | - |
| HSV(B) | 181.05º | 0.41% | 0.54% | - |
| XYZ | 16.93 | 21.48 | 27.3 | - |
| YUV | 120.37 | 137.95 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 137 | 138 | 0.41 | 0.01 | 0 | 0.46 | 181.05 | 0.26 | 0.43 |
| Hex | 51 | 89 | 8A | 29 | 1 | 0 | 2E | B5 | 1A | 2B |
| Octal | 121 | 211 | 212 | 51 | 1 | 0 | 56 | 265 | 32 | 53 |
| Binary | 1010001 | 10001001 | 10001010 | 101001 | 1 | 0 | 101110 | 10110101 | 11010 | 101011 |
Color Harmonies of #51898A
Complementary color
Monochromatic Colors of #51898A
Black with #51898A
Text Example
Text Example
White with #51898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51898A; }
p { color: rgb(81,137,138); }
H1.HeaderClassName
{
color: #51898A;
}
.AnyTagClassName
{
color: #51898A;
}
</style>
background-color css
<style>
a { background-color: #51898A; }
a { background-color: rgb(81,137,138); }
div.DivClassName
{
background-color: #51898A;
}
.BgClassName
{
background-color: #51898A;
}
</style>
border-color css
<style>
span { border-color: #51898A; }
span { border-color: rgb(81,137,138); }
td.TdClassName
{
border-color: #51898A;
}
.TagClassName
{
border-color: #51898A;
}
</style>