Shades of Half Baked #508A8E
Tints of Half Baked #508A8E
RGB
CMYK
RGB Variations
Color information
#508A8E (or 0x508A8E) is known color: Half Baked. HEX triplet: 50, 8A and 8E. RGB value is (80,138,142). Sum of RGB (Red+Green+Blue) = 80+138+142=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 142 - color contains mainly: blue. Hex color #508A8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508A8E is #AF7571. Grayscale: #797979. Windows color (decimal): -11498866 or 9341520. OLE color: 9341520.
HSL color Cylindrical-coordinate representation of color #508A8E: hue angle of 183.87º 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 #508A8E is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 138 | 142 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.44 |
| HSL | 183.87º | 0.28% | 0.44% | - |
| HSV(B) | 183.87º | 0.44% | 0.56% | - |
| XYZ | 17.28 | 21.84 | 28.9 | - |
| YUV | 121.11 | 139.78 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 142 | 0.44 | 0.03 | 0 | 0.44 | 183.87 | 0.28 | 0.44 |
| Hex | 50 | 8A | 8E | 2C | 3 | 0 | 2C | B8 | 1C | 2C |
| Octal | 120 | 212 | 216 | 54 | 3 | 0 | 54 | 270 | 34 | 54 |
| Binary | 1010000 | 10001010 | 10001110 | 101100 | 11 | 0 | 101100 | 10111000 | 11100 | 101100 |
Color Harmonies of #508A8E
Complementary color
Monochromatic Colors of #508A8E
Black with #508A8E
Text Example
Text Example
White with #508A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508A8E; }
p { color: rgb(80,138,142); }
H1.HeaderClassName
{
color: #508A8E;
}
.AnyTagClassName
{
color: #508A8E;
}
</style>
background-color css
<style>
a { background-color: #508A8E; }
a { background-color: rgb(80,138,142); }
div.DivClassName
{
background-color: #508A8E;
}
.BgClassName
{
background-color: #508A8E;
}
</style>
border-color css
<style>
span { border-color: #508A8E; }
span { border-color: rgb(80,138,142); }
td.TdClassName
{
border-color: #508A8E;
}
.TagClassName
{
border-color: #508A8E;
}
</style>