Shades of Half Baked #5D939D
Tints of Half Baked #5D939D
RGB
CMYK
RGB Variations
Color information
#5D939D (or 0x5D939D) is known color: Half Baked. HEX triplet: 5D, 93 and 9D. RGB value is (93,147,157). Sum of RGB (Red+Green+Blue) = 93+147+157=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D939D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D939D is #A26C62. Grayscale: #838383. Windows color (decimal): -10644579 or 10326877. OLE color: 10326877.
HSL color Cylindrical-coordinate representation of color #5D939D: hue angle of 189.38º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D939D is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 147 | 157 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.38 |
| HSL | 189.38º | 0.26% | 0.49% | - |
| HSV(B) | 189.38º | 0.41% | 0.62% | - |
| XYZ | 21.03 | 25.63 | 35.74 | - |
| YUV | 131.99 | 142.11 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 147 | 157 | 0.41 | 0.06 | 0 | 0.38 | 189.38 | 0.26 | 0.49 |
| Hex | 5D | 93 | 9D | 29 | 6 | 0 | 26 | BD | 1A | 31 |
| Octal | 135 | 223 | 235 | 51 | 6 | 0 | 46 | 275 | 32 | 61 |
| Binary | 1011101 | 10010011 | 10011101 | 101001 | 110 | 0 | 100110 | 10111101 | 11010 | 110001 |
Color Harmonies of #5D939D
Complementary color
Monochromatic Colors of #5D939D
Black with #5D939D
Text Example
Text Example
White with #5D939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D939D; }
p { color: rgb(93,147,157); }
H1.HeaderClassName
{
color: #5D939D;
}
.AnyTagClassName
{
color: #5D939D;
}
</style>
background-color css
<style>
a { background-color: #5D939D; }
a { background-color: rgb(93,147,157); }
div.DivClassName
{
background-color: #5D939D;
}
.BgClassName
{
background-color: #5D939D;
}
</style>
border-color css
<style>
span { border-color: #5D939D; }
span { border-color: rgb(93,147,157); }
td.TdClassName
{
border-color: #5D939D;
}
.TagClassName
{
border-color: #5D939D;
}
</style>