Shades of Steel Blue #527EAC
Tints of Steel Blue #527EAC
RGB
CMYK
RGB Variations
Color information
#527EAC (or 0x527EAC) is known color: Steel Blue. HEX triplet: 52, 7E and AC. RGB value is (82,126,172). Sum of RGB (Red+Green+Blue) = 82+126+172=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #527EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527EAC is #AD8153. Grayscale: #757575. Windows color (decimal): -11370836 or 11304530. OLE color: 11304530.
HSL color Cylindrical-coordinate representation of color #527EAC: hue angle of 210.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #527EAC is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 126 | 172 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.33 |
| HSL | 210.67º | 0.35% | 0.5% | - |
| HSV(B) | 210.67º | 0.52% | 0.67% | - |
| XYZ | 18.39 | 19.69 | 41.86 | - |
| YUV | 118.09 | 158.42 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 172 | 0.52 | 0.27 | 0 | 0.33 | 210.67 | 0.35 | 0.5 |
| Hex | 52 | 7E | AC | 34 | 1B | 0 | 21 | D3 | 23 | 32 |
| Octal | 122 | 176 | 254 | 64 | 33 | 0 | 41 | 323 | 43 | 62 |
| Binary | 1010010 | 1111110 | 10101100 | 110100 | 11011 | 0 | 100001 | 11010011 | 100011 | 110010 |
Color Harmonies of #527EAC
Complementary color
Monochromatic Colors of #527EAC
Black with #527EAC
Text Example
Text Example
White with #527EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527EAC; }
p { color: rgb(82,126,172); }
H1.HeaderClassName
{
color: #527EAC;
}
.AnyTagClassName
{
color: #527EAC;
}
</style>
background-color css
<style>
a { background-color: #527EAC; }
a { background-color: rgb(82,126,172); }
div.DivClassName
{
background-color: #527EAC;
}
.BgClassName
{
background-color: #527EAC;
}
</style>
border-color css
<style>
span { border-color: #527EAC; }
span { border-color: rgb(82,126,172); }
td.TdClassName
{
border-color: #527EAC;
}
.TagClassName
{
border-color: #527EAC;
}
</style>