Shades of Half Baked #508C93
Tints of Half Baked #508C93
RGB
CMYK
RGB Variations
Color information
#508C93 (or 0x508C93) is known color: Half Baked. HEX triplet: 50, 8C and 93. RGB value is (80,140,147). Sum of RGB (Red+Green+Blue) = 80+140+147=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 147 - color contains mainly: blue. Hex color #508C93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508C93 is #AF736C. Grayscale: #7A7A7A. Windows color (decimal): -11498349 or 9669712. OLE color: 9669712.
HSL color Cylindrical-coordinate representation of color #508C93: hue angle of 186.27º 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 #508C93 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 140 | 147 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.42 |
| HSL | 186.27º | 0.3% | 0.45% | - |
| HSV(B) | 186.27º | 0.46% | 0.58% | - |
| XYZ | 17.95 | 22.57 | 31.01 | - |
| YUV | 122.86 | 141.62 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 147 | 0.46 | 0.05 | 0 | 0.42 | 186.27 | 0.3 | 0.45 |
| Hex | 50 | 8C | 93 | 2E | 5 | 0 | 2A | BA | 1E | 2D |
| Octal | 120 | 214 | 223 | 56 | 5 | 0 | 52 | 272 | 36 | 55 |
| Binary | 1010000 | 10001100 | 10010011 | 101110 | 101 | 0 | 101010 | 10111010 | 11110 | 101101 |
Color Harmonies of #508C93
Complementary color
Monochromatic Colors of #508C93
Black with #508C93
Text Example
Text Example
White with #508C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508C93; }
p { color: rgb(80,140,147); }
H1.HeaderClassName
{
color: #508C93;
}
.AnyTagClassName
{
color: #508C93;
}
</style>
background-color css
<style>
a { background-color: #508C93; }
a { background-color: rgb(80,140,147); }
div.DivClassName
{
background-color: #508C93;
}
.BgClassName
{
background-color: #508C93;
}
</style>
border-color css
<style>
span { border-color: #508C93; }
span { border-color: rgb(80,140,147); }
td.TdClassName
{
border-color: #508C93;
}
.TagClassName
{
border-color: #508C93;
}
</style>