Shades of Half Baked #57949E
Tints of Half Baked #57949E
RGB
CMYK
RGB Variations
Color information
#57949E (or 0x57949E) is known color: Half Baked. HEX triplet: 57, 94 and 9E. RGB value is (87,148,158). Sum of RGB (Red+Green+Blue) = 87+148+158=393 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.14% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 158 - color contains mainly: blue. Hex color #57949E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57949E is #A86B61. Grayscale: #828282. Windows color (decimal): -11037538 or 10392663. OLE color: 10392663.
HSL color Cylindrical-coordinate representation of color #57949E: hue angle of 188.45º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #57949E is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 148 | 158 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.38 |
| HSL | 188.45º | 0.29% | 0.48% | - |
| HSV(B) | 188.45º | 0.45% | 0.62% | - |
| XYZ | 20.69 | 25.67 | 36.21 | - |
| YUV | 130.9 | 143.29 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 148 | 158 | 0.45 | 0.06 | 0 | 0.38 | 188.45 | 0.29 | 0.48 |
| Hex | 57 | 94 | 9E | 2D | 6 | 0 | 26 | BC | 1D | 30 |
| Octal | 127 | 224 | 236 | 55 | 6 | 0 | 46 | 274 | 35 | 60 |
| Binary | 1010111 | 10010100 | 10011110 | 101101 | 110 | 0 | 100110 | 10111100 | 11101 | 110000 |
Color Harmonies of #57949E
Complementary color
Monochromatic Colors of #57949E
Black with #57949E
Text Example
Text Example
White with #57949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57949E; }
p { color: rgb(87,148,158); }
H1.HeaderClassName
{
color: #57949E;
}
.AnyTagClassName
{
color: #57949E;
}
</style>
background-color css
<style>
a { background-color: #57949E; }
a { background-color: rgb(87,148,158); }
div.DivClassName
{
background-color: #57949E;
}
.BgClassName
{
background-color: #57949E;
}
</style>
border-color css
<style>
span { border-color: #57949E; }
span { border-color: rgb(87,148,158); }
td.TdClassName
{
border-color: #57949E;
}
.TagClassName
{
border-color: #57949E;
}
</style>