Shades of Steel Blue #567CAC
Tints of Steel Blue #567CAC
RGB
CMYK
RGB Variations
Color information
#567CAC (or 0x567CAC) is known color: Steel Blue. HEX triplet: 56, 7C and AC. RGB value is (86,124,172). Sum of RGB (Red+Green+Blue) = 86+124+172=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #567CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567CAC is #A98353. Grayscale: #757575. Windows color (decimal): -11109204 or 11304022. OLE color: 11304022.
HSL color Cylindrical-coordinate representation of color #567CAC: hue angle of 213.49º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #567CAC is Cyan = 0.5, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 124 | 172 | - |
| CMYK | 0.5 | 0.28 | 0 | 0.33 |
| HSL | 213.49º | 0.34% | 0.51% | - |
| HSV(B) | 213.49º | 0.5% | 0.67% | - |
| XYZ | 18.49 | 19.37 | 41.79 | - |
| YUV | 118.11 | 158.41 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 172 | 0.5 | 0.28 | 0 | 0.33 | 213.49 | 0.34 | 0.51 |
| Hex | 56 | 7C | AC | 32 | 1C | 0 | 21 | D5 | 22 | 33 |
| Octal | 126 | 174 | 254 | 62 | 34 | 0 | 41 | 325 | 42 | 63 |
| Binary | 1010110 | 1111100 | 10101100 | 110010 | 11100 | 0 | 100001 | 11010101 | 100010 | 110011 |
Color Harmonies of #567CAC
Complementary color
Monochromatic Colors of #567CAC
Black with #567CAC
Text Example
Text Example
White with #567CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567CAC; }
p { color: rgb(86,124,172); }
H1.HeaderClassName
{
color: #567CAC;
}
.AnyTagClassName
{
color: #567CAC;
}
</style>
background-color css
<style>
a { background-color: #567CAC; }
a { background-color: rgb(86,124,172); }
div.DivClassName
{
background-color: #567CAC;
}
.BgClassName
{
background-color: #567CAC;
}
</style>
border-color css
<style>
span { border-color: #567CAC; }
span { border-color: rgb(86,124,172); }
td.TdClassName
{
border-color: #567CAC;
}
.TagClassName
{
border-color: #567CAC;
}
</style>