Shades of Steel Blue #527CAE
Tints of Steel Blue #527CAE
RGB
CMYK
RGB Variations
Color information
#527CAE (or 0x527CAE) is known color: Steel Blue. HEX triplet: 52, 7C and AE. RGB value is (82,124,174). Sum of RGB (Red+Green+Blue) = 82+124+174=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #527CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527CAE is #AD8351. Grayscale: #747474. Windows color (decimal): -11371346 or 11435090. OLE color: 11435090.
HSL color Cylindrical-coordinate representation of color #527CAE: hue angle of 212.61º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #527CAE is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 124 | 174 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.32 |
| HSL | 212.61º | 0.36% | 0.5% | - |
| HSV(B) | 212.61º | 0.53% | 0.68% | - |
| XYZ | 18.33 | 19.27 | 42.8 | - |
| YUV | 117.14 | 160.09 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 174 | 0.53 | 0.29 | 0 | 0.32 | 212.61 | 0.36 | 0.5 |
| Hex | 52 | 7C | AE | 35 | 1D | 0 | 20 | D5 | 24 | 32 |
| Octal | 122 | 174 | 256 | 65 | 35 | 0 | 40 | 325 | 44 | 62 |
| Binary | 1010010 | 1111100 | 10101110 | 110101 | 11101 | 0 | 100000 | 11010101 | 100100 | 110010 |
Color Harmonies of #527CAE
Complementary color
Monochromatic Colors of #527CAE
Black with #527CAE
Text Example
Text Example
White with #527CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527CAE; }
p { color: rgb(82,124,174); }
H1.HeaderClassName
{
color: #527CAE;
}
.AnyTagClassName
{
color: #527CAE;
}
</style>
background-color css
<style>
a { background-color: #527CAE; }
a { background-color: rgb(82,124,174); }
div.DivClassName
{
background-color: #527CAE;
}
.BgClassName
{
background-color: #527CAE;
}
</style>
border-color css
<style>
span { border-color: #527CAE; }
span { border-color: rgb(82,124,174); }
td.TdClassName
{
border-color: #527CAE;
}
.TagClassName
{
border-color: #527CAE;
}
</style>