Shades of Half Baked #558A8D
Tints of Half Baked #558A8D
RGB
CMYK
RGB Variations
Color information
#558A8D (or 0x558A8D) is known color: Half Baked. HEX triplet: 55, 8A and 8D. RGB value is (85,138,141). Sum of RGB (Red+Green+Blue) = 85+138+141=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #558A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558A8D is #AA7572. Grayscale: #7A7A7A. Windows color (decimal): -11171187 or 9275989. OLE color: 9275989.
HSL color Cylindrical-coordinate representation of color #558A8D: hue angle of 183.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #558A8D is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 138 | 141 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.45 |
| HSL | 183.21º | 0.25% | 0.44% | - |
| HSV(B) | 183.21º | 0.4% | 0.55% | - |
| XYZ | 17.64 | 22.03 | 28.52 | - |
| YUV | 122.5 | 138.44 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 141 | 0.40 | 0.02 | 0 | 0.45 | 183.21 | 0.25 | 0.44 |
| Hex | 55 | 8A | 8D | 28 | 2 | 0 | 2D | B7 | 19 | 2C |
| Octal | 125 | 212 | 215 | 50 | 2 | 0 | 55 | 267 | 31 | 54 |
| Binary | 1010101 | 10001010 | 10001101 | 101000 | 10 | 0 | 101101 | 10110111 | 11001 | 101100 |
Color Harmonies of #558A8D
Complementary color
Monochromatic Colors of #558A8D
Black with #558A8D
Text Example
Text Example
White with #558A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558A8D; }
p { color: rgb(85,138,141); }
H1.HeaderClassName
{
color: #558A8D;
}
.AnyTagClassName
{
color: #558A8D;
}
</style>
background-color css
<style>
a { background-color: #558A8D; }
a { background-color: rgb(85,138,141); }
div.DivClassName
{
background-color: #558A8D;
}
.BgClassName
{
background-color: #558A8D;
}
</style>
border-color css
<style>
span { border-color: #558A8D; }
span { border-color: rgb(85,138,141); }
td.TdClassName
{
border-color: #558A8D;
}
.TagClassName
{
border-color: #558A8D;
}
</style>