Shades of Steel Blue #567CAE
Tints of Steel Blue #567CAE
RGB
CMYK
RGB Variations
Color information
#567CAE (or 0x567CAE) is known color: Steel Blue. HEX triplet: 56, 7C and AE. RGB value is (86,124,174). Sum of RGB (Red+Green+Blue) = 86+124+174=384 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.40% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #567CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567CAE is #A98351. Grayscale: #767676. Windows color (decimal): -11109202 or 11435094. OLE color: 11435094.
HSL color Cylindrical-coordinate representation of color #567CAE: hue angle of 214.09º 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 #567CAE is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 124 | 174 | - |
| CMYK | 0.51 | 0.29 | 0 | 0.32 |
| HSL | 214.09º | 0.35% | 0.51% | - |
| HSV(B) | 214.09º | 0.51% | 0.68% | - |
| XYZ | 18.69 | 19.45 | 42.81 | - |
| YUV | 118.34 | 159.41 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 174 | 0.51 | 0.29 | 0 | 0.32 | 214.09 | 0.35 | 0.51 |
| Hex | 56 | 7C | AE | 33 | 1D | 0 | 20 | D6 | 23 | 33 |
| Octal | 126 | 174 | 256 | 63 | 35 | 0 | 40 | 326 | 43 | 63 |
| Binary | 1010110 | 1111100 | 10101110 | 110011 | 11101 | 0 | 100000 | 11010110 | 100011 | 110011 |
Color Harmonies of #567CAE
Complementary color
Monochromatic Colors of #567CAE
Black with #567CAE
Text Example
Text Example
White with #567CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567CAE; }
p { color: rgb(86,124,174); }
H1.HeaderClassName
{
color: #567CAE;
}
.AnyTagClassName
{
color: #567CAE;
}
</style>
background-color css
<style>
a { background-color: #567CAE; }
a { background-color: rgb(86,124,174); }
div.DivClassName
{
background-color: #567CAE;
}
.BgClassName
{
background-color: #567CAE;
}
</style>
border-color css
<style>
span { border-color: #567CAE; }
span { border-color: rgb(86,124,174); }
td.TdClassName
{
border-color: #567CAE;
}
.TagClassName
{
border-color: #567CAE;
}
</style>