Shades of Steel Blue #5478AF
Tints of Steel Blue #5478AF
RGB
CMYK
RGB Variations
Color information
#5478AF (or 0x5478AF) is known color: Steel Blue. HEX triplet: 54, 78 and AF. RGB value is (84,120,175). Sum of RGB (Red+Green+Blue) = 84+120+175=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #5478AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5478AF is #AB8750. Grayscale: #737373. Windows color (decimal): -11241297 or 11499604. OLE color: 11499604.
HSL color Cylindrical-coordinate representation of color #5478AF: hue angle of 216.26º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5478AF is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 120 | 175 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.31 |
| HSL | 216.26º | 0.36% | 0.51% | - |
| HSV(B) | 216.26º | 0.52% | 0.69% | - |
| XYZ | 18.11 | 18.41 | 43.16 | - |
| YUV | 115.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 120 | 175 | 0.52 | 0.31 | 0 | 0.31 | 216.26 | 0.36 | 0.51 |
| Hex | 54 | 78 | AF | 34 | 1F | 0 | 1F | D8 | 24 | 33 |
| Octal | 124 | 170 | 257 | 64 | 37 | 0 | 37 | 330 | 44 | 63 |
| Binary | 1010100 | 1111000 | 10101111 | 110100 | 11111 | 0 | 11111 | 11011000 | 100100 | 110011 |
Color Harmonies of #5478AF
Complementary color
Monochromatic Colors of #5478AF
Black with #5478AF
Text Example
Text Example
White with #5478AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5478AF; }
p { color: rgb(84,120,175); }
H1.HeaderClassName
{
color: #5478AF;
}
.AnyTagClassName
{
color: #5478AF;
}
</style>
background-color css
<style>
a { background-color: #5478AF; }
a { background-color: rgb(84,120,175); }
div.DivClassName
{
background-color: #5478AF;
}
.BgClassName
{
background-color: #5478AF;
}
</style>
border-color css
<style>
span { border-color: #5478AF; }
span { border-color: rgb(84,120,175); }
td.TdClassName
{
border-color: #5478AF;
}
.TagClassName
{
border-color: #5478AF;
}
</style>