Shades of Half Baked #5D868A
Tints of Half Baked #5D868A
RGB
CMYK
RGB Variations
Color information
#5D868A (or 0x5D868A) is known color: Half Baked. HEX triplet: 5D, 86 and 8A. RGB value is (93,134,138). Sum of RGB (Red+Green+Blue) = 93+134+138=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 138 - color contains mainly: blue. Hex color #5D868A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D868A is #A27975. Grayscale: #7A7A7A. Windows color (decimal): -10647926 or 9078365. OLE color: 9078365.
HSL color Cylindrical-coordinate representation of color #5D868A: hue angle of 185.33º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D868A is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 134 | 138 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.46 |
| HSL | 185.33º | 0.19% | 0.45% | - |
| HSV(B) | 185.33º | 0.33% | 0.54% | - |
| XYZ | 17.63 | 21.21 | 27.21 | - |
| YUV | 122.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 134 | 138 | 0.33 | 0.03 | 0 | 0.46 | 185.33 | 0.19 | 0.45 |
| Hex | 5D | 86 | 8A | 21 | 3 | 0 | 2E | B9 | 13 | 2D |
| Octal | 135 | 206 | 212 | 41 | 3 | 0 | 56 | 271 | 23 | 55 |
| Binary | 1011101 | 10000110 | 10001010 | 100001 | 11 | 0 | 101110 | 10111001 | 10011 | 101101 |
Color Harmonies of #5D868A
Complementary color
Monochromatic Colors of #5D868A
Black with #5D868A
Text Example
Text Example
White with #5D868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D868A; }
p { color: rgb(93,134,138); }
H1.HeaderClassName
{
color: #5D868A;
}
.AnyTagClassName
{
color: #5D868A;
}
</style>
background-color css
<style>
a { background-color: #5D868A; }
a { background-color: rgb(93,134,138); }
div.DivClassName
{
background-color: #5D868A;
}
.BgClassName
{
background-color: #5D868A;
}
</style>
border-color css
<style>
span { border-color: #5D868A; }
span { border-color: rgb(93,134,138); }
td.TdClassName
{
border-color: #5D868A;
}
.TagClassName
{
border-color: #5D868A;
}
</style>