Shades of Half Baked #52939E
Tints of Half Baked #52939E
RGB
CMYK
RGB Variations
Color information
#52939E (or 0x52939E) is known color: Half Baked. HEX triplet: 52, 93 and 9E. RGB value is (82,147,158). Sum of RGB (Red+Green+Blue) = 82+147+158=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #52939E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52939E is #AD6C61. Grayscale: #808080. Windows color (decimal): -11365474 or 10392402. OLE color: 10392402.
HSL color Cylindrical-coordinate representation of color #52939E: hue angle of 188.68º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52939E is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 147 | 158 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.38 |
| HSL | 188.68º | 0.32% | 0.47% | - |
| HSV(B) | 188.68º | 0.48% | 0.62% | - |
| XYZ | 20.08 | 25.13 | 36.14 | - |
| YUV | 128.82 | 144.47 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 158 | 0.48 | 0.07 | 0 | 0.38 | 188.68 | 0.32 | 0.47 |
| Hex | 52 | 93 | 9E | 30 | 7 | 0 | 26 | BD | 20 | 2F |
| Octal | 122 | 223 | 236 | 60 | 7 | 0 | 46 | 275 | 40 | 57 |
| Binary | 1010010 | 10010011 | 10011110 | 110000 | 111 | 0 | 100110 | 10111101 | 100000 | 101111 |
Color Harmonies of #52939E
Complementary color
Monochromatic Colors of #52939E
Black with #52939E
Text Example
Text Example
White with #52939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52939E; }
p { color: rgb(82,147,158); }
H1.HeaderClassName
{
color: #52939E;
}
.AnyTagClassName
{
color: #52939E;
}
</style>
background-color css
<style>
a { background-color: #52939E; }
a { background-color: rgb(82,147,158); }
div.DivClassName
{
background-color: #52939E;
}
.BgClassName
{
background-color: #52939E;
}
</style>
border-color css
<style>
span { border-color: #52939E; }
span { border-color: rgb(82,147,158); }
td.TdClassName
{
border-color: #52939E;
}
.TagClassName
{
border-color: #52939E;
}
</style>