Shades of Half Baked #5D929B
Tints of Half Baked #5D929B
RGB
CMYK
RGB Variations
Color information
#5D929B (or 0x5D929B) is known color: Half Baked. HEX triplet: 5D, 92 and 9B. RGB value is (93,146,155). Sum of RGB (Red+Green+Blue) = 93+146+155=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D929B is #A26D64. Grayscale: #838383. Windows color (decimal): -10644837 or 10195549. OLE color: 10195549.
HSL color Cylindrical-coordinate representation of color #5D929B: hue angle of 188.71º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D929B is Cyan = 0.4, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 146 | 155 | - |
| CMYK | 0.4 | 0.06 | 0 | 0.39 |
| HSL | 188.71º | 0.25% | 0.49% | - |
| HSV(B) | 188.71º | 0.4% | 0.61% | - |
| XYZ | 20.71 | 25.25 | 34.79 | - |
| YUV | 131.18 | 141.44 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 146 | 155 | 0.4 | 0.06 | 0 | 0.39 | 188.71 | 0.25 | 0.49 |
| Hex | 5D | 92 | 9B | 28 | 6 | 0 | 27 | BD | 19 | 31 |
| Octal | 135 | 222 | 233 | 50 | 6 | 0 | 47 | 275 | 31 | 61 |
| Binary | 1011101 | 10010010 | 10011011 | 101000 | 110 | 0 | 100111 | 10111101 | 11001 | 110001 |
Color Harmonies of #5D929B
Complementary color
Monochromatic Colors of #5D929B
Black with #5D929B
Text Example
Text Example
White with #5D929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D929B; }
p { color: rgb(93,146,155); }
H1.HeaderClassName
{
color: #5D929B;
}
.AnyTagClassName
{
color: #5D929B;
}
</style>
background-color css
<style>
a { background-color: #5D929B; }
a { background-color: rgb(93,146,155); }
div.DivClassName
{
background-color: #5D929B;
}
.BgClassName
{
background-color: #5D929B;
}
</style>
border-color css
<style>
span { border-color: #5D929B; }
span { border-color: rgb(93,146,155); }
td.TdClassName
{
border-color: #5D929B;
}
.TagClassName
{
border-color: #5D929B;
}
</style>