Shades of Half Baked #5E8887
Tints of Half Baked #5E8887
RGB
CMYK
RGB Variations
Color information
#5E8887 (or 0x5E8887) is known color: Half Baked. HEX triplet: 5E, 88 and 87. RGB value is (94,136,135). Sum of RGB (Red+Green+Blue) = 94+136+135=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 136 - color contains mainly: green. Hex color #5E8887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8887 is #A17778. Grayscale: #7B7B7B. Windows color (decimal): -10581881 or 8882270. OLE color: 8882270.
HSL color Cylindrical-coordinate representation of color #5E8887: hue angle of 178.57º 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 #5E8887 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 135 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.47 |
| HSL | 178.57º | 0.18% | 0.45% | - |
| HSV(B) | 178.57º | 0.31% | 0.53% | - |
| XYZ | 17.79 | 21.74 | 26.18 | - |
| YUV | 123.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 135 | 0.31 | 0 | 0.01 | 0.47 | 178.57 | 0.18 | 0.45 |
| Hex | 5E | 88 | 87 | 1F | 0 | 1 | 2F | B3 | 12 | 2D |
| Octal | 136 | 210 | 207 | 37 | 0 | 1 | 57 | 263 | 22 | 55 |
| Binary | 1011110 | 10001000 | 10000111 | 11111 | 0 | 1 | 101111 | 10110011 | 10010 | 101101 |
Color Harmonies of #5E8887
Complementary color
Monochromatic Colors of #5E8887
Black with #5E8887
Text Example
Text Example
White with #5E8887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8887; }
p { color: rgb(94,136,135); }
H1.HeaderClassName
{
color: #5E8887;
}
.AnyTagClassName
{
color: #5E8887;
}
</style>
background-color css
<style>
a { background-color: #5E8887; }
a { background-color: rgb(94,136,135); }
div.DivClassName
{
background-color: #5E8887;
}
.BgClassName
{
background-color: #5E8887;
}
</style>
border-color css
<style>
span { border-color: #5E8887; }
span { border-color: rgb(94,136,135); }
td.TdClassName
{
border-color: #5E8887;
}
.TagClassName
{
border-color: #5E8887;
}
</style>