Shades of Half Baked #518C90
Tints of Half Baked #518C90
RGB
CMYK
RGB Variations
Color information
#518C90 (or 0x518C90) is known color: Half Baked. HEX triplet: 51, 8C and 90. RGB value is (81,140,144). Sum of RGB (Red+Green+Blue) = 81+140+144=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #518C90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518C90 is #AE736F. Grayscale: #7A7A7A. Windows color (decimal): -11432816 or 9473105. OLE color: 9473105.
HSL color Cylindrical-coordinate representation of color #518C90: hue angle of 183.81º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #518C90 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 140 | 144 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.44 |
| HSL | 183.81º | 0.28% | 0.44% | - |
| HSV(B) | 183.81º | 0.44% | 0.56% | - |
| XYZ | 17.81 | 22.52 | 29.79 | - |
| YUV | 122.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 140 | 144 | 0.44 | 0.03 | 0 | 0.44 | 183.81 | 0.28 | 0.44 |
| Hex | 51 | 8C | 90 | 2C | 3 | 0 | 2C | B8 | 1C | 2C |
| Octal | 121 | 214 | 220 | 54 | 3 | 0 | 54 | 270 | 34 | 54 |
| Binary | 1010001 | 10001100 | 10010000 | 101100 | 11 | 0 | 101100 | 10111000 | 11100 | 101100 |
Color Harmonies of #518C90
Complementary color
Monochromatic Colors of #518C90
Black with #518C90
Text Example
Text Example
White with #518C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518C90; }
p { color: rgb(81,140,144); }
H1.HeaderClassName
{
color: #518C90;
}
.AnyTagClassName
{
color: #518C90;
}
</style>
background-color css
<style>
a { background-color: #518C90; }
a { background-color: rgb(81,140,144); }
div.DivClassName
{
background-color: #518C90;
}
.BgClassName
{
background-color: #518C90;
}
</style>
border-color css
<style>
span { border-color: #518C90; }
span { border-color: rgb(81,140,144); }
td.TdClassName
{
border-color: #518C90;
}
.TagClassName
{
border-color: #518C90;
}
</style>