Shades of Half Baked #5D909A
Tints of Half Baked #5D909A
RGB
CMYK
RGB Variations
Color information
#5D909A (or 0x5D909A) is known color: Half Baked. HEX triplet: 5D, 90 and 9A. RGB value is (93,144,154). Sum of RGB (Red+Green+Blue) = 93+144+154=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 154 - color contains mainly: blue. Hex color #5D909A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D909A is #A26F65. Grayscale: #818181. Windows color (decimal): -10645350 or 10129501. OLE color: 10129501.
HSL color Cylindrical-coordinate representation of color #5D909A: hue angle of 189.84º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D909A is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 144 | 154 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.40 |
| HSL | 189.84º | 0.25% | 0.48% | - |
| HSV(B) | 189.84º | 0.4% | 0.6% | - |
| XYZ | 20.32 | 24.61 | 34.25 | - |
| YUV | 129.89 | 141.6 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 144 | 154 | 0.40 | 0.06 | 0 | 0.40 | 189.84 | 0.25 | 0.48 |
| Hex | 5D | 90 | 9A | 28 | 6 | 0 | 28 | BE | 19 | 30 |
| Octal | 135 | 220 | 232 | 50 | 6 | 0 | 50 | 276 | 31 | 60 |
| Binary | 1011101 | 10010000 | 10011010 | 101000 | 110 | 0 | 101000 | 10111110 | 11001 | 110000 |
Color Harmonies of #5D909A
Complementary color
Monochromatic Colors of #5D909A
Black with #5D909A
Text Example
Text Example
White with #5D909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D909A; }
p { color: rgb(93,144,154); }
H1.HeaderClassName
{
color: #5D909A;
}
.AnyTagClassName
{
color: #5D909A;
}
</style>
background-color css
<style>
a { background-color: #5D909A; }
a { background-color: rgb(93,144,154); }
div.DivClassName
{
background-color: #5D909A;
}
.BgClassName
{
background-color: #5D909A;
}
</style>
border-color css
<style>
span { border-color: #5D909A; }
span { border-color: rgb(93,144,154); }
td.TdClassName
{
border-color: #5D909A;
}
.TagClassName
{
border-color: #5D909A;
}
</style>