Shades of Half Baked #509C93
Tints of Half Baked #509C93
RGB
CMYK
RGB Variations
Color information
#509C93 (or 0x509C93) is known color: Half Baked. HEX triplet: 50, 9C and 93. RGB value is (80,156,147). Sum of RGB (Red+Green+Blue) = 80+156+147=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 156 - color contains mainly: green. Hex color #509C93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509C93 is #AF636C. Grayscale: #848484. Windows color (decimal): -11494253 or 9673808. OLE color: 9673808.
HSL color Cylindrical-coordinate representation of color #509C93: hue angle of 172.89º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509C93 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 147 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.39 |
| HSL | 172.89º | 0.32% | 0.46% | - |
| HSV(B) | 172.89º | 0.49% | 0.61% | - |
| XYZ | 20.46 | 27.59 | 31.85 | - |
| YUV | 132.25 | 136.32 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 147 | 0.49 | 0 | 0.06 | 0.39 | 172.89 | 0.32 | 0.46 |
| Hex | 50 | 9C | 93 | 31 | 0 | 6 | 27 | AD | 20 | 2E |
| Octal | 120 | 234 | 223 | 61 | 0 | 6 | 47 | 255 | 40 | 56 |
| Binary | 1010000 | 10011100 | 10010011 | 110001 | 0 | 110 | 100111 | 10101101 | 100000 | 101110 |
Color Harmonies of #509C93
Complementary color
Monochromatic Colors of #509C93
Black with #509C93
Text Example
Text Example
White with #509C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C93; }
p { color: rgb(80,156,147); }
H1.HeaderClassName
{
color: #509C93;
}
.AnyTagClassName
{
color: #509C93;
}
</style>
background-color css
<style>
a { background-color: #509C93; }
a { background-color: rgb(80,156,147); }
div.DivClassName
{
background-color: #509C93;
}
.BgClassName
{
background-color: #509C93;
}
</style>
border-color css
<style>
span { border-color: #509C93; }
span { border-color: rgb(80,156,147); }
td.TdClassName
{
border-color: #509C93;
}
.TagClassName
{
border-color: #509C93;
}
</style>