Shades of Steel Blue #567EAE
Tints of Steel Blue #567EAE
RGB
CMYK
RGB Variations
Color information
#567EAE (or 0x567EAE) is known color: Steel Blue. HEX triplet: 56, 7E and AE. RGB value is (86,126,174). Sum of RGB (Red+Green+Blue) = 86+126+174=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #567EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567EAE is #A98151. Grayscale: #777777. Windows color (decimal): -11108690 or 11435606. OLE color: 11435606.
HSL color Cylindrical-coordinate representation of color #567EAE: hue angle of 212.73º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #567EAE is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 126 | 174 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.32 |
| HSL | 212.73º | 0.35% | 0.51% | - |
| HSV(B) | 212.73º | 0.51% | 0.68% | - |
| XYZ | 18.94 | 19.96 | 42.9 | - |
| YUV | 119.51 | 158.75 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 174 | 0.51 | 0.28 | 0 | 0.32 | 212.73 | 0.35 | 0.51 |
| Hex | 56 | 7E | AE | 33 | 1C | 0 | 20 | D5 | 23 | 33 |
| Octal | 126 | 176 | 256 | 63 | 34 | 0 | 40 | 325 | 43 | 63 |
| Binary | 1010110 | 1111110 | 10101110 | 110011 | 11100 | 0 | 100000 | 11010101 | 100011 | 110011 |
Color Harmonies of #567EAE
Complementary color
Monochromatic Colors of #567EAE
Black with #567EAE
Text Example
Text Example
White with #567EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567EAE; }
p { color: rgb(86,126,174); }
H1.HeaderClassName
{
color: #567EAE;
}
.AnyTagClassName
{
color: #567EAE;
}
</style>
background-color css
<style>
a { background-color: #567EAE; }
a { background-color: rgb(86,126,174); }
div.DivClassName
{
background-color: #567EAE;
}
.BgClassName
{
background-color: #567EAE;
}
</style>
border-color css
<style>
span { border-color: #567EAE; }
span { border-color: rgb(86,126,174); }
td.TdClassName
{
border-color: #567EAE;
}
.TagClassName
{
border-color: #567EAE;
}
</style>