Shades of Half Baked #52939C
Tints of Half Baked #52939C
RGB
CMYK
RGB Variations
Color information
#52939C (or 0x52939C) is known color: Half Baked. HEX triplet: 52, 93 and 9C. RGB value is (82,147,156). Sum of RGB (Red+Green+Blue) = 82+147+156=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #52939C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52939C is #AD6C63. Grayscale: #808080. Windows color (decimal): -11365476 or 10261330. OLE color: 10261330.
HSL color Cylindrical-coordinate representation of color #52939C: hue angle of 187.3º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52939C is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 147 | 156 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.39 |
| HSL | 187.3º | 0.31% | 0.47% | - |
| HSV(B) | 187.3º | 0.47% | 0.61% | - |
| XYZ | 19.91 | 25.06 | 35.24 | - |
| YUV | 128.59 | 143.47 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 156 | 0.47 | 0.06 | 0 | 0.39 | 187.3 | 0.31 | 0.47 |
| Hex | 52 | 93 | 9C | 2F | 6 | 0 | 27 | BB | 1F | 2F |
| Octal | 122 | 223 | 234 | 57 | 6 | 0 | 47 | 273 | 37 | 57 |
| Binary | 1010010 | 10010011 | 10011100 | 101111 | 110 | 0 | 100111 | 10111011 | 11111 | 101111 |
Color Harmonies of #52939C
Complementary color
Monochromatic Colors of #52939C
Black with #52939C
Text Example
Text Example
White with #52939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52939C; }
p { color: rgb(82,147,156); }
H1.HeaderClassName
{
color: #52939C;
}
.AnyTagClassName
{
color: #52939C;
}
</style>
background-color css
<style>
a { background-color: #52939C; }
a { background-color: rgb(82,147,156); }
div.DivClassName
{
background-color: #52939C;
}
.BgClassName
{
background-color: #52939C;
}
</style>
border-color css
<style>
span { border-color: #52939C; }
span { border-color: rgb(82,147,156); }
td.TdClassName
{
border-color: #52939C;
}
.TagClassName
{
border-color: #52939C;
}
</style>