Shades of Half Baked #55909D
Tints of Half Baked #55909D
RGB
CMYK
RGB Variations
Color information
#55909D (or 0x55909D) is known color: Half Baked. HEX triplet: 55, 90 and 9D. RGB value is (85,144,157). Sum of RGB (Red+Green+Blue) = 85+144+157=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #55909D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55909D is #AA6F62. Grayscale: #7F7F7F. Windows color (decimal): -11169635 or 10326101. OLE color: 10326101.
HSL color Cylindrical-coordinate representation of color #55909D: hue angle of 190.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55909D is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 144 | 157 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.38 |
| HSL | 190.83º | 0.3% | 0.47% | - |
| HSV(B) | 190.83º | 0.46% | 0.62% | - |
| XYZ | 19.81 | 24.31 | 35.55 | - |
| YUV | 127.84 | 144.45 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 144 | 157 | 0.46 | 0.08 | 0 | 0.38 | 190.83 | 0.3 | 0.47 |
| Hex | 55 | 90 | 9D | 2E | 8 | 0 | 26 | BF | 1E | 2F |
| Octal | 125 | 220 | 235 | 56 | 10 | 0 | 46 | 277 | 36 | 57 |
| Binary | 1010101 | 10010000 | 10011101 | 101110 | 1000 | 0 | 100110 | 10111111 | 11110 | 101111 |
Color Harmonies of #55909D
Complementary color
Monochromatic Colors of #55909D
Black with #55909D
Text Example
Text Example
White with #55909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55909D; }
p { color: rgb(85,144,157); }
H1.HeaderClassName
{
color: #55909D;
}
.AnyTagClassName
{
color: #55909D;
}
</style>
background-color css
<style>
a { background-color: #55909D; }
a { background-color: rgb(85,144,157); }
div.DivClassName
{
background-color: #55909D;
}
.BgClassName
{
background-color: #55909D;
}
</style>
border-color css
<style>
span { border-color: #55909D; }
span { border-color: rgb(85,144,157); }
td.TdClassName
{
border-color: #55909D;
}
.TagClassName
{
border-color: #55909D;
}
</style>