Shades of Half Baked #5D938E
Tints of Half Baked #5D938E
RGB
CMYK
RGB Variations
Color information
#5D938E (or 0x5D938E) is known color: Half Baked. HEX triplet: 5D, 93 and 8E. RGB value is (93,147,142). Sum of RGB (Red+Green+Blue) = 93+147+142=382 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.35% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #5D938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D938E is #A26C71. Grayscale: #828282. Windows color (decimal): -10644594 or 9343837. OLE color: 9343837.
HSL color Cylindrical-coordinate representation of color #5D938E: hue angle of 174.44º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D938E is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 147 | 142 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.42 |
| HSL | 174.44º | 0.23% | 0.47% | - |
| HSV(B) | 174.44º | 0.37% | 0.58% | - |
| XYZ | 19.83 | 25.15 | 29.4 | - |
| YUV | 130.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 147 | 142 | 0.37 | 0 | 0.03 | 0.42 | 174.44 | 0.23 | 0.47 |
| Hex | 5D | 93 | 8E | 25 | 0 | 3 | 2A | AE | 16 | 2F |
| Octal | 135 | 223 | 216 | 45 | 0 | 3 | 52 | 256 | 26 | 57 |
| Binary | 1011101 | 10010011 | 10001110 | 100101 | 0 | 11 | 101010 | 10101110 | 10110 | 101111 |
Color Harmonies of #5D938E
Complementary color
Monochromatic Colors of #5D938E
Black with #5D938E
Text Example
Text Example
White with #5D938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D938E; }
p { color: rgb(93,147,142); }
H1.HeaderClassName
{
color: #5D938E;
}
.AnyTagClassName
{
color: #5D938E;
}
</style>
background-color css
<style>
a { background-color: #5D938E; }
a { background-color: rgb(93,147,142); }
div.DivClassName
{
background-color: #5D938E;
}
.BgClassName
{
background-color: #5D938E;
}
</style>
border-color css
<style>
span { border-color: #5D938E; }
span { border-color: rgb(93,147,142); }
td.TdClassName
{
border-color: #5D938E;
}
.TagClassName
{
border-color: #5D938E;
}
</style>