Shades of Half Baked #558C8A
Tints of Half Baked #558C8A
RGB
CMYK
RGB Variations
Color information
#558C8A (or 0x558C8A) is known color: Half Baked. HEX triplet: 55, 8C and 8A. RGB value is (85,140,138). Sum of RGB (Red+Green+Blue) = 85+140+138=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 140 - color contains mainly: green. Hex color #558C8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558C8A is #AA7375. Grayscale: #7B7B7B. Windows color (decimal): -11170678 or 9079893. OLE color: 9079893.
HSL color Cylindrical-coordinate representation of color #558C8A: hue angle of 177.82º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #558C8A is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 140 | 138 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.45 |
| HSL | 177.82º | 0.24% | 0.44% | - |
| HSV(B) | 177.82º | 0.39% | 0.55% | - |
| XYZ | 17.71 | 22.52 | 27.46 | - |
| YUV | 123.33 | 136.28 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 138 | 0.39 | 0 | 0.01 | 0.45 | 177.82 | 0.24 | 0.44 |
| Hex | 55 | 8C | 8A | 27 | 0 | 1 | 2D | B2 | 18 | 2C |
| Octal | 125 | 214 | 212 | 47 | 0 | 1 | 55 | 262 | 30 | 54 |
| Binary | 1010101 | 10001100 | 10001010 | 100111 | 0 | 1 | 101101 | 10110010 | 11000 | 101100 |
Color Harmonies of #558C8A
Complementary color
Monochromatic Colors of #558C8A
Black with #558C8A
Text Example
Text Example
White with #558C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558C8A; }
p { color: rgb(85,140,138); }
H1.HeaderClassName
{
color: #558C8A;
}
.AnyTagClassName
{
color: #558C8A;
}
</style>
background-color css
<style>
a { background-color: #558C8A; }
a { background-color: rgb(85,140,138); }
div.DivClassName
{
background-color: #558C8A;
}
.BgClassName
{
background-color: #558C8A;
}
</style>
border-color css
<style>
span { border-color: #558C8A; }
span { border-color: rgb(85,140,138); }
td.TdClassName
{
border-color: #558C8A;
}
.TagClassName
{
border-color: #558C8A;
}
</style>