Shades of Half Baked #5D9397
Tints of Half Baked #5D9397
RGB
CMYK
RGB Variations
Color information
#5D9397 (or 0x5D9397) is known color: Half Baked. HEX triplet: 5D, 93 and 97. RGB value is (93,147,151). Sum of RGB (Red+Green+Blue) = 93+147+151=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 151 - color contains mainly: blue. Hex color #5D9397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9397 is #A26C68. Grayscale: #838383. Windows color (decimal): -10644585 or 9933661. OLE color: 9933661.
HSL color Cylindrical-coordinate representation of color #5D9397: hue angle of 184.14º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D9397 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 147 | 151 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.41 |
| HSL | 184.14º | 0.24% | 0.48% | - |
| HSV(B) | 184.14º | 0.38% | 0.59% | - |
| XYZ | 20.53 | 25.43 | 33.1 | - |
| YUV | 131.31 | 139.11 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 147 | 151 | 0.38 | 0.03 | 0 | 0.41 | 184.14 | 0.24 | 0.48 |
| Hex | 5D | 93 | 97 | 26 | 3 | 0 | 29 | B8 | 18 | 30 |
| Octal | 135 | 223 | 227 | 46 | 3 | 0 | 51 | 270 | 30 | 60 |
| Binary | 1011101 | 10010011 | 10010111 | 100110 | 11 | 0 | 101001 | 10111000 | 11000 | 110000 |
Color Harmonies of #5D9397
Complementary color
Monochromatic Colors of #5D9397
Black with #5D9397
Text Example
Text Example
White with #5D9397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9397; }
p { color: rgb(93,147,151); }
H1.HeaderClassName
{
color: #5D9397;
}
.AnyTagClassName
{
color: #5D9397;
}
</style>
background-color css
<style>
a { background-color: #5D9397; }
a { background-color: rgb(93,147,151); }
div.DivClassName
{
background-color: #5D9397;
}
.BgClassName
{
background-color: #5D9397;
}
</style>
border-color css
<style>
span { border-color: #5D9397; }
span { border-color: rgb(93,147,151); }
td.TdClassName
{
border-color: #5D9397;
}
.TagClassName
{
border-color: #5D9397;
}
</style>