Shades of Half Baked #5D9094
Tints of Half Baked #5D9094
RGB
CMYK
RGB Variations
Color information
#5D9094 (or 0x5D9094) is known color: Half Baked. HEX triplet: 5D, 90 and 94. RGB value is (93,144,148). Sum of RGB (Red+Green+Blue) = 93+144+148=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 148 - color contains mainly: blue. Hex color #5D9094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9094 is #A26F6B. Grayscale: #818181. Windows color (decimal): -10645356 or 9736285. OLE color: 9736285.
HSL color Cylindrical-coordinate representation of color #5D9094: hue angle of 184.36º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D9094 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 144 | 148 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.42 |
| HSL | 184.36º | 0.23% | 0.47% | - |
| HSV(B) | 184.36º | 0.37% | 0.58% | - |
| XYZ | 19.83 | 24.41 | 31.68 | - |
| YUV | 129.21 | 138.6 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 144 | 148 | 0.37 | 0.03 | 0 | 0.42 | 184.36 | 0.23 | 0.47 |
| Hex | 5D | 90 | 94 | 25 | 3 | 0 | 2A | B8 | 17 | 2F |
| Octal | 135 | 220 | 224 | 45 | 3 | 0 | 52 | 270 | 27 | 57 |
| Binary | 1011101 | 10010000 | 10010100 | 100101 | 11 | 0 | 101010 | 10111000 | 10111 | 101111 |
Color Harmonies of #5D9094
Complementary color
Monochromatic Colors of #5D9094
Black with #5D9094
Text Example
Text Example
White with #5D9094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9094; }
p { color: rgb(93,144,148); }
H1.HeaderClassName
{
color: #5D9094;
}
.AnyTagClassName
{
color: #5D9094;
}
</style>
background-color css
<style>
a { background-color: #5D9094; }
a { background-color: rgb(93,144,148); }
div.DivClassName
{
background-color: #5D9094;
}
.BgClassName
{
background-color: #5D9094;
}
</style>
border-color css
<style>
span { border-color: #5D9094; }
span { border-color: rgb(93,144,148); }
td.TdClassName
{
border-color: #5D9094;
}
.TagClassName
{
border-color: #5D9094;
}
</style>