Shades of Half Baked #5E8885
Tints of Half Baked #5E8885
RGB
CMYK
RGB Variations
Color information
#5E8885 (or 0x5E8885) is known color: Half Baked. HEX triplet: 5E, 88 and 85. RGB value is (94,136,133). Sum of RGB (Red+Green+Blue) = 94+136+133=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #5E8885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8885 is #A1777A. Grayscale: #7B7B7B. Windows color (decimal): -10581883 or 8751198. OLE color: 8751198.
HSL color Cylindrical-coordinate representation of color #5E8885: hue angle of 175.71º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E8885 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 133 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.47 |
| HSL | 175.71º | 0.18% | 0.45% | - |
| HSV(B) | 175.71º | 0.31% | 0.53% | - |
| XYZ | 17.65 | 21.68 | 25.44 | - |
| YUV | 123.1 | 133.59 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 133 | 0.31 | 0 | 0.02 | 0.47 | 175.71 | 0.18 | 0.45 |
| Hex | 5E | 88 | 85 | 1F | 0 | 2 | 2F | B0 | 12 | 2D |
| Octal | 136 | 210 | 205 | 37 | 0 | 2 | 57 | 260 | 22 | 55 |
| Binary | 1011110 | 10001000 | 10000101 | 11111 | 0 | 10 | 101111 | 10110000 | 10010 | 101101 |
Color Harmonies of #5E8885
Complementary color
Monochromatic Colors of #5E8885
Black with #5E8885
Text Example
Text Example
White with #5E8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8885; }
p { color: rgb(94,136,133); }
H1.HeaderClassName
{
color: #5E8885;
}
.AnyTagClassName
{
color: #5E8885;
}
</style>
background-color css
<style>
a { background-color: #5E8885; }
a { background-color: rgb(94,136,133); }
div.DivClassName
{
background-color: #5E8885;
}
.BgClassName
{
background-color: #5E8885;
}
</style>
border-color css
<style>
span { border-color: #5E8885; }
span { border-color: rgb(94,136,133); }
td.TdClassName
{
border-color: #5E8885;
}
.TagClassName
{
border-color: #5E8885;
}
</style>