Shades of Steel Blue #527DA7
Tints of Steel Blue #527DA7
RGB
CMYK
RGB Variations
Color information
#527DA7 (or 0x527DA7) is known color: Steel Blue. HEX triplet: 52, 7D and A7. RGB value is (82,125,167). Sum of RGB (Red+Green+Blue) = 82+125+167=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 167 (65.62% from 255 or 44.65% from 374); Max value from RGB is 167 - color contains mainly: blue. Hex color #527DA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527DA7 is #AD8258. Grayscale: #747474. Windows color (decimal): -11371097 or 10976594. OLE color: 10976594.
HSL color Cylindrical-coordinate representation of color #527DA7: hue angle of 209.65º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #527DA7 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 125 | 167 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.35 |
| HSL | 209.65º | 0.34% | 0.49% | - |
| HSV(B) | 209.65º | 0.51% | 0.65% | - |
| XYZ | 17.79 | 19.25 | 39.34 | - |
| YUV | 116.93 | 156.25 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 125 | 167 | 0.51 | 0.25 | 0 | 0.35 | 209.65 | 0.34 | 0.49 |
| Hex | 52 | 7D | A7 | 33 | 19 | 0 | 23 | D2 | 22 | 31 |
| Octal | 122 | 175 | 247 | 63 | 31 | 0 | 43 | 322 | 42 | 61 |
| Binary | 1010010 | 1111101 | 10100111 | 110011 | 11001 | 0 | 100011 | 11010010 | 100010 | 110001 |
Color Harmonies of #527DA7
Complementary color
Monochromatic Colors of #527DA7
Black with #527DA7
Text Example
Text Example
White with #527DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527DA7; }
p { color: rgb(82,125,167); }
H1.HeaderClassName
{
color: #527DA7;
}
.AnyTagClassName
{
color: #527DA7;
}
</style>
background-color css
<style>
a { background-color: #527DA7; }
a { background-color: rgb(82,125,167); }
div.DivClassName
{
background-color: #527DA7;
}
.BgClassName
{
background-color: #527DA7;
}
</style>
border-color css
<style>
span { border-color: #527DA7; }
span { border-color: rgb(82,125,167); }
td.TdClassName
{
border-color: #527DA7;
}
.TagClassName
{
border-color: #527DA7;
}
</style>