Shades of Steel Blue #527FAF
Tints of Steel Blue #527FAF
RGB
CMYK
RGB Variations
Color information
#527FAF (or 0x527FAF) is known color: Steel Blue. HEX triplet: 52, 7F and AF. RGB value is (82,127,175). Sum of RGB (Red+Green+Blue) = 82+127+175=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #527FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527FAF is #AD8050. Grayscale: #767676. Windows color (decimal): -11370577 or 11501394. OLE color: 11501394.
HSL color Cylindrical-coordinate representation of color #527FAF: hue angle of 210.97º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #527FAF is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 127 | 175 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.31 |
| HSL | 210.97º | 0.37% | 0.5% | - |
| HSV(B) | 210.97º | 0.53% | 0.69% | - |
| XYZ | 18.81 | 20.07 | 43.44 | - |
| YUV | 119.02 | 159.59 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 175 | 0.53 | 0.27 | 0 | 0.31 | 210.97 | 0.37 | 0.5 |
| Hex | 52 | 7F | AF | 35 | 1B | 0 | 1F | D3 | 25 | 32 |
| Octal | 122 | 177 | 257 | 65 | 33 | 0 | 37 | 323 | 45 | 62 |
| Binary | 1010010 | 1111111 | 10101111 | 110101 | 11011 | 0 | 11111 | 11010011 | 100101 | 110010 |
Color Harmonies of #527FAF
Complementary color
Monochromatic Colors of #527FAF
Black with #527FAF
Text Example
Text Example
White with #527FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527FAF; }
p { color: rgb(82,127,175); }
H1.HeaderClassName
{
color: #527FAF;
}
.AnyTagClassName
{
color: #527FAF;
}
</style>
background-color css
<style>
a { background-color: #527FAF; }
a { background-color: rgb(82,127,175); }
div.DivClassName
{
background-color: #527FAF;
}
.BgClassName
{
background-color: #527FAF;
}
</style>
border-color css
<style>
span { border-color: #527FAF; }
span { border-color: rgb(82,127,175); }
td.TdClassName
{
border-color: #527FAF;
}
.TagClassName
{
border-color: #527FAF;
}
</style>