Shades of Half Baked #5D8588
Tints of Half Baked #5D8588
RGB
CMYK
RGB Variations
Color information
#5D8588 (or 0x5D8588) is known color: Half Baked. HEX triplet: 5D, 85 and 88. RGB value is (93,133,136). Sum of RGB (Red+Green+Blue) = 93+133+136=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 136 - color contains mainly: blue. Hex color #5D8588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8588 is #A27A77. Grayscale: #797979. Windows color (decimal): -10648184 or 8947037. OLE color: 8947037.
HSL color Cylindrical-coordinate representation of color #5D8588: hue angle of 184.19º 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 #5D8588 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 133 | 136 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.47 |
| HSL | 184.19º | 0.19% | 0.45% | - |
| HSV(B) | 184.19º | 0.32% | 0.53% | - |
| XYZ | 17.35 | 20.88 | 26.41 | - |
| YUV | 121.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 136 | 0.32 | 0.02 | 0 | 0.47 | 184.19 | 0.19 | 0.45 |
| Hex | 5D | 85 | 88 | 20 | 2 | 0 | 2F | B8 | 13 | 2D |
| Octal | 135 | 205 | 210 | 40 | 2 | 0 | 57 | 270 | 23 | 55 |
| Binary | 1011101 | 10000101 | 10001000 | 100000 | 10 | 0 | 101111 | 10111000 | 10011 | 101101 |
Color Harmonies of #5D8588
Complementary color
Monochromatic Colors of #5D8588
Black with #5D8588
Text Example
Text Example
White with #5D8588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8588; }
p { color: rgb(93,133,136); }
H1.HeaderClassName
{
color: #5D8588;
}
.AnyTagClassName
{
color: #5D8588;
}
</style>
background-color css
<style>
a { background-color: #5D8588; }
a { background-color: rgb(93,133,136); }
div.DivClassName
{
background-color: #5D8588;
}
.BgClassName
{
background-color: #5D8588;
}
</style>
border-color css
<style>
span { border-color: #5D8588; }
span { border-color: rgb(93,133,136); }
td.TdClassName
{
border-color: #5D8588;
}
.TagClassName
{
border-color: #5D8588;
}
</style>