Shades of Half Baked #51989D
Tints of Half Baked #51989D
RGB
CMYK
RGB Variations
Color information
#51989D (or 0x51989D) is known color: Half Baked. HEX triplet: 51, 98 and 9D. RGB value is (81,152,157). Sum of RGB (Red+Green+Blue) = 81+152+157=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #51989D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51989D is #AE6762. Grayscale: #838383. Windows color (decimal): -11429731 or 10328145. OLE color: 10328145.
HSL color Cylindrical-coordinate representation of color #51989D: hue angle of 183.95º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51989D is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 152 | 157 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.38 |
| HSL | 183.95º | 0.32% | 0.47% | - |
| HSV(B) | 183.95º | 0.48% | 0.62% | - |
| XYZ | 20.71 | 26.64 | 35.95 | - |
| YUV | 131.34 | 142.48 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 152 | 157 | 0.48 | 0.03 | 0 | 0.38 | 183.95 | 0.32 | 0.47 |
| Hex | 51 | 98 | 9D | 30 | 3 | 0 | 26 | B8 | 20 | 2F |
| Octal | 121 | 230 | 235 | 60 | 3 | 0 | 46 | 270 | 40 | 57 |
| Binary | 1010001 | 10011000 | 10011101 | 110000 | 11 | 0 | 100110 | 10111000 | 100000 | 101111 |
Color Harmonies of #51989D
Complementary color
Monochromatic Colors of #51989D
Black with #51989D
Text Example
Text Example
White with #51989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51989D; }
p { color: rgb(81,152,157); }
H1.HeaderClassName
{
color: #51989D;
}
.AnyTagClassName
{
color: #51989D;
}
</style>
background-color css
<style>
a { background-color: #51989D; }
a { background-color: rgb(81,152,157); }
div.DivClassName
{
background-color: #51989D;
}
.BgClassName
{
background-color: #51989D;
}
</style>
border-color css
<style>
span { border-color: #51989D; }
span { border-color: rgb(81,152,157); }
td.TdClassName
{
border-color: #51989D;
}
.TagClassName
{
border-color: #51989D;
}
</style>