Shades of Half Baked #5793A0
Tints of Half Baked #5793A0
RGB
CMYK
RGB Variations
Color information
#5793A0 (or 0x5793A0) is known color: Half Baked. HEX triplet: 57, 93 and A0. RGB value is (87,147,160). Sum of RGB (Red+Green+Blue) = 87+147+160=394 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.08% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 160 - color contains mainly: blue. Hex color #5793A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5793A0 is #A86C5F. Grayscale: #828282. Windows color (decimal): -11037792 or 10523479. OLE color: 10523479.
HSL color Cylindrical-coordinate representation of color #5793A0: hue angle of 190.68º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5793A0 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 87 | 147 | 160 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.37 |
| HSL | 190.68º | 0.3% | 0.48% | - |
| HSV(B) | 190.68º | 0.46% | 0.63% | - |
| XYZ | 20.71 | 25.43 | 37.08 | - |
| YUV | 130.54 | 144.62 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 147 | 160 | 0.46 | 0.08 | 0 | 0.37 | 190.68 | 0.3 | 0.48 |
| Hex | 57 | 93 | A0 | 2E | 8 | 0 | 25 | BF | 1E | 30 |
| Octal | 127 | 223 | 240 | 56 | 10 | 0 | 45 | 277 | 36 | 60 |
| Binary | 1010111 | 10010011 | 10100000 | 101110 | 1000 | 0 | 100101 | 10111111 | 11110 | 110000 |
Color Harmonies of #5793A0
Complementary color
Monochromatic Colors of #5793A0
Black with #5793A0
Text Example
Text Example
White with #5793A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5793A0; }
p { color: rgb(87,147,160); }
H1.HeaderClassName
{
color: #5793A0;
}
.AnyTagClassName
{
color: #5793A0;
}
</style>
background-color css
<style>
a { background-color: #5793A0; }
a { background-color: rgb(87,147,160); }
div.DivClassName
{
background-color: #5793A0;
}
.BgClassName
{
background-color: #5793A0;
}
</style>
border-color css
<style>
span { border-color: #5793A0; }
span { border-color: rgb(87,147,160); }
td.TdClassName
{
border-color: #5793A0;
}
.TagClassName
{
border-color: #5793A0;
}
</style>