Shades of Half Baked #57939A
Tints of Half Baked #57939A
RGB
CMYK
RGB Variations
Color information
#57939A (or 0x57939A) is known color: Half Baked. HEX triplet: 57, 93 and 9A. RGB value is (87,147,154). Sum of RGB (Red+Green+Blue) = 87+147+154=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 154 - color contains mainly: blue. Hex color #57939A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57939A is #A86C65. Grayscale: #818181. Windows color (decimal): -11037798 or 10130263. OLE color: 10130263.
HSL color Cylindrical-coordinate representation of color #57939A: hue angle of 186.27º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57939A is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 87 | 147 | 154 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.40 |
| HSL | 186.27º | 0.28% | 0.47% | - |
| HSV(B) | 186.27º | 0.44% | 0.6% | - |
| XYZ | 20.2 | 25.23 | 34.38 | - |
| YUV | 129.86 | 141.62 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 147 | 154 | 0.44 | 0.05 | 0 | 0.40 | 186.27 | 0.28 | 0.47 |
| Hex | 57 | 93 | 9A | 2C | 5 | 0 | 28 | BA | 1C | 2F |
| Octal | 127 | 223 | 232 | 54 | 5 | 0 | 50 | 272 | 34 | 57 |
| Binary | 1010111 | 10010011 | 10011010 | 101100 | 101 | 0 | 101000 | 10111010 | 11100 | 101111 |
Color Harmonies of #57939A
Complementary color
Monochromatic Colors of #57939A
Black with #57939A
Text Example
Text Example
White with #57939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57939A; }
p { color: rgb(87,147,154); }
H1.HeaderClassName
{
color: #57939A;
}
.AnyTagClassName
{
color: #57939A;
}
</style>
background-color css
<style>
a { background-color: #57939A; }
a { background-color: rgb(87,147,154); }
div.DivClassName
{
background-color: #57939A;
}
.BgClassName
{
background-color: #57939A;
}
</style>
border-color css
<style>
span { border-color: #57939A; }
span { border-color: rgb(87,147,154); }
td.TdClassName
{
border-color: #57939A;
}
.TagClassName
{
border-color: #57939A;
}
</style>