Shades of Steel Blue #527CAF
Tints of Steel Blue #527CAF
RGB
CMYK
RGB Variations
Color information
#527CAF (or 0x527CAF) is known color: Steel Blue. HEX triplet: 52, 7C and AF. RGB value is (82,124,175). Sum of RGB (Red+Green+Blue) = 82+124+175=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #527CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527CAF is #AD8350. Grayscale: #757575. Windows color (decimal): -11371345 or 11500626. OLE color: 11500626.
HSL color Cylindrical-coordinate representation of color #527CAF: hue angle of 212.9º 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 #527CAF is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 124 | 175 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.31 |
| HSL | 212.9º | 0.37% | 0.5% | - |
| HSV(B) | 212.9º | 0.53% | 0.69% | - |
| XYZ | 18.43 | 19.3 | 43.31 | - |
| YUV | 117.26 | 160.59 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 175 | 0.53 | 0.29 | 0 | 0.31 | 212.9 | 0.37 | 0.5 |
| Hex | 52 | 7C | AF | 35 | 1D | 0 | 1F | D5 | 25 | 32 |
| Octal | 122 | 174 | 257 | 65 | 35 | 0 | 37 | 325 | 45 | 62 |
| Binary | 1010010 | 1111100 | 10101111 | 110101 | 11101 | 0 | 11111 | 11010101 | 100101 | 110010 |
Color Harmonies of #527CAF
Complementary color
Monochromatic Colors of #527CAF
Black with #527CAF
Text Example
Text Example
White with #527CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527CAF; }
p { color: rgb(82,124,175); }
H1.HeaderClassName
{
color: #527CAF;
}
.AnyTagClassName
{
color: #527CAF;
}
</style>
background-color css
<style>
a { background-color: #527CAF; }
a { background-color: rgb(82,124,175); }
div.DivClassName
{
background-color: #527CAF;
}
.BgClassName
{
background-color: #527CAF;
}
</style>
border-color css
<style>
span { border-color: #527CAF; }
span { border-color: rgb(82,124,175); }
td.TdClassName
{
border-color: #527CAF;
}
.TagClassName
{
border-color: #527CAF;
}
</style>