Shades of Half Baked #55969A
Tints of Half Baked #55969A
RGB
CMYK
RGB Variations
Color information
#55969A (or 0x55969A) is known color: Half Baked. HEX triplet: 55, 96 and 9A. RGB value is (85,150,154). Sum of RGB (Red+Green+Blue) = 85+150+154=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 154 - color contains mainly: blue. Hex color #55969A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55969A is #AA6965. Grayscale: #828282. Windows color (decimal): -11168102 or 10131029. OLE color: 10131029.
HSL color Cylindrical-coordinate representation of color #55969A: hue angle of 183.48º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55969A is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 150 | 154 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.40 |
| HSL | 183.48º | 0.29% | 0.47% | - |
| HSV(B) | 183.48º | 0.45% | 0.6% | - |
| XYZ | 20.49 | 26.08 | 34.53 | - |
| YUV | 131.02 | 140.97 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 150 | 154 | 0.45 | 0.03 | 0 | 0.40 | 183.48 | 0.29 | 0.47 |
| Hex | 55 | 96 | 9A | 2D | 3 | 0 | 28 | B7 | 1D | 2F |
| Octal | 125 | 226 | 232 | 55 | 3 | 0 | 50 | 267 | 35 | 57 |
| Binary | 1010101 | 10010110 | 10011010 | 101101 | 11 | 0 | 101000 | 10110111 | 11101 | 101111 |
Color Harmonies of #55969A
Complementary color
Monochromatic Colors of #55969A
Black with #55969A
Text Example
Text Example
White with #55969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55969A; }
p { color: rgb(85,150,154); }
H1.HeaderClassName
{
color: #55969A;
}
.AnyTagClassName
{
color: #55969A;
}
</style>
background-color css
<style>
a { background-color: #55969A; }
a { background-color: rgb(85,150,154); }
div.DivClassName
{
background-color: #55969A;
}
.BgClassName
{
background-color: #55969A;
}
</style>
border-color css
<style>
span { border-color: #55969A; }
span { border-color: rgb(85,150,154); }
td.TdClassName
{
border-color: #55969A;
}
.TagClassName
{
border-color: #55969A;
}
</style>