Shades of Steel Blue #527AAE
Tints of Steel Blue #527AAE
RGB
CMYK
RGB Variations
Color information
#527AAE (or 0x527AAE) is known color: Steel Blue. HEX triplet: 52, 7A and AE. RGB value is (82,122,174). Sum of RGB (Red+Green+Blue) = 82+122+174=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #527AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527AAE is #AD8551. Grayscale: #737373. Windows color (decimal): -11371858 or 11434578. OLE color: 11434578.
HSL color Cylindrical-coordinate representation of color #527AAE: hue angle of 213.91º 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 #527AAE is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 122 | 174 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.32 |
| HSL | 213.91º | 0.36% | 0.5% | - |
| HSV(B) | 213.91º | 0.53% | 0.68% | - |
| XYZ | 18.08 | 18.77 | 42.71 | - |
| YUV | 115.97 | 160.75 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 174 | 0.53 | 0.30 | 0 | 0.32 | 213.91 | 0.36 | 0.5 |
| Hex | 52 | 7A | AE | 35 | 1E | 0 | 20 | D6 | 24 | 32 |
| Octal | 122 | 172 | 256 | 65 | 36 | 0 | 40 | 326 | 44 | 62 |
| Binary | 1010010 | 1111010 | 10101110 | 110101 | 11110 | 0 | 100000 | 11010110 | 100100 | 110010 |
Color Harmonies of #527AAE
Complementary color
Monochromatic Colors of #527AAE
Black with #527AAE
Text Example
Text Example
White with #527AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527AAE; }
p { color: rgb(82,122,174); }
H1.HeaderClassName
{
color: #527AAE;
}
.AnyTagClassName
{
color: #527AAE;
}
</style>
background-color css
<style>
a { background-color: #527AAE; }
a { background-color: rgb(82,122,174); }
div.DivClassName
{
background-color: #527AAE;
}
.BgClassName
{
background-color: #527AAE;
}
</style>
border-color css
<style>
span { border-color: #527AAE; }
span { border-color: rgb(82,122,174); }
td.TdClassName
{
border-color: #527AAE;
}
.TagClassName
{
border-color: #527AAE;
}
</style>