Shades of Half Baked #5D8488
Tints of Half Baked #5D8488
RGB
CMYK
RGB Variations
Color information
#5D8488 (or 0x5D8488) is known color: Half Baked. HEX triplet: 5D, 84 and 88. RGB value is (93,132,136). Sum of RGB (Red+Green+Blue) = 93+132+136=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 136 - color contains mainly: blue. Hex color #5D8488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8488 is #A27B77. Grayscale: #787878. Windows color (decimal): -10648440 or 8946781. OLE color: 8946781.
HSL color Cylindrical-coordinate representation of color #5D8488: hue angle of 185.58º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D8488 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 132 | 136 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.47 |
| HSL | 185.58º | 0.19% | 0.45% | - |
| HSV(B) | 185.58º | 0.32% | 0.53% | - |
| XYZ | 17.21 | 20.61 | 26.36 | - |
| YUV | 120.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 132 | 136 | 0.32 | 0.03 | 0 | 0.47 | 185.58 | 0.19 | 0.45 |
| Hex | 5D | 84 | 88 | 20 | 3 | 0 | 2F | BA | 13 | 2D |
| Octal | 135 | 204 | 210 | 40 | 3 | 0 | 57 | 272 | 23 | 55 |
| Binary | 1011101 | 10000100 | 10001000 | 100000 | 11 | 0 | 101111 | 10111010 | 10011 | 101101 |
Color Harmonies of #5D8488
Complementary color
Monochromatic Colors of #5D8488
Black with #5D8488
Text Example
Text Example
White with #5D8488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8488; }
p { color: rgb(93,132,136); }
H1.HeaderClassName
{
color: #5D8488;
}
.AnyTagClassName
{
color: #5D8488;
}
</style>
background-color css
<style>
a { background-color: #5D8488; }
a { background-color: rgb(93,132,136); }
div.DivClassName
{
background-color: #5D8488;
}
.BgClassName
{
background-color: #5D8488;
}
</style>
border-color css
<style>
span { border-color: #5D8488; }
span { border-color: rgb(93,132,136); }
td.TdClassName
{
border-color: #5D8488;
}
.TagClassName
{
border-color: #5D8488;
}
</style>