Shades of Half Baked #508F93
Tints of Half Baked #508F93
RGB
CMYK
RGB Variations
Color information
#508F93 (or 0x508F93) is known color: Half Baked. HEX triplet: 50, 8F and 93. RGB value is (80,143,147). Sum of RGB (Red+Green+Blue) = 80+143+147=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: blue. Hex color #508F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508F93 is #AF706C. Grayscale: #7C7C7C. Windows color (decimal): -11497581 or 9670480. OLE color: 9670480.
HSL color Cylindrical-coordinate representation of color #508F93: hue angle of 183.58º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #508F93 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 143 | 147 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.42 |
| HSL | 183.58º | 0.3% | 0.45% | - |
| HSV(B) | 183.58º | 0.46% | 0.58% | - |
| XYZ | 18.4 | 23.46 | 31.16 | - |
| YUV | 124.62 | 140.63 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 147 | 0.46 | 0.03 | 0 | 0.42 | 183.58 | 0.3 | 0.45 |
| Hex | 50 | 8F | 93 | 2E | 3 | 0 | 2A | B8 | 1E | 2D |
| Octal | 120 | 217 | 223 | 56 | 3 | 0 | 52 | 270 | 36 | 55 |
| Binary | 1010000 | 10001111 | 10010011 | 101110 | 11 | 0 | 101010 | 10111000 | 11110 | 101101 |
Color Harmonies of #508F93
Complementary color
Monochromatic Colors of #508F93
Black with #508F93
Text Example
Text Example
White with #508F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508F93; }
p { color: rgb(80,143,147); }
H1.HeaderClassName
{
color: #508F93;
}
.AnyTagClassName
{
color: #508F93;
}
</style>
background-color css
<style>
a { background-color: #508F93; }
a { background-color: rgb(80,143,147); }
div.DivClassName
{
background-color: #508F93;
}
.BgClassName
{
background-color: #508F93;
}
</style>
border-color css
<style>
span { border-color: #508F93; }
span { border-color: rgb(80,143,147); }
td.TdClassName
{
border-color: #508F93;
}
.TagClassName
{
border-color: #508F93;
}
</style>