Shades of Steel Blue #5486B3
Tints of Steel Blue #5486B3
RGB
CMYK
RGB Variations
Color information
#5486B3 (or 0x5486B3) is known color: Steel Blue. HEX triplet: 54, 86 and B3. RGB value is (84,134,179). Sum of RGB (Red+Green+Blue) = 84+134+179=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 179 - color contains mainly: blue. Hex color #5486B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5486B3 is #AB794C. Grayscale: #7B7B7B. Windows color (decimal): -11237709 or 11765332. OLE color: 11765332.
HSL color Cylindrical-coordinate representation of color #5486B3: hue angle of 208.42º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5486B3 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 134 | 179 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.30 |
| HSL | 208.42º | 0.38% | 0.52% | - |
| HSV(B) | 208.42º | 0.53% | 0.7% | - |
| XYZ | 20.32 | 22.19 | 45.86 | - |
| YUV | 124.18 | 158.94 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 134 | 179 | 0.53 | 0.25 | 0 | 0.30 | 208.42 | 0.38 | 0.52 |
| Hex | 54 | 86 | B3 | 35 | 19 | 0 | 1E | D0 | 26 | 34 |
| Octal | 124 | 206 | 263 | 65 | 31 | 0 | 36 | 320 | 46 | 64 |
| Binary | 1010100 | 10000110 | 10110011 | 110101 | 11001 | 0 | 11110 | 11010000 | 100110 | 110100 |
Color Harmonies of #5486B3
Complementary color
Monochromatic Colors of #5486B3
Black with #5486B3
Text Example
Text Example
White with #5486B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5486B3; }
p { color: rgb(84,134,179); }
H1.HeaderClassName
{
color: #5486B3;
}
.AnyTagClassName
{
color: #5486B3;
}
</style>
background-color css
<style>
a { background-color: #5486B3; }
a { background-color: rgb(84,134,179); }
div.DivClassName
{
background-color: #5486B3;
}
.BgClassName
{
background-color: #5486B3;
}
</style>
border-color css
<style>
span { border-color: #5486B3; }
span { border-color: rgb(84,134,179); }
td.TdClassName
{
border-color: #5486B3;
}
.TagClassName
{
border-color: #5486B3;
}
</style>