Shades of Steel Blue #527DB1
Tints of Steel Blue #527DB1
RGB
CMYK
RGB Variations
Color information
#527DB1 (or 0x527DB1) is known color: Steel Blue. HEX triplet: 52, 7D and B1. RGB value is (82,125,177). Sum of RGB (Red+Green+Blue) = 82+125+177=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 177 - color contains mainly: blue. Hex color #527DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527DB1 is #AD824E. Grayscale: #757575. Windows color (decimal): -11371087 or 11631954. OLE color: 11631954.
HSL color Cylindrical-coordinate representation of color #527DB1: hue angle of 212.84º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #527DB1 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 125 | 177 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.31 |
| HSL | 212.84º | 0.38% | 0.51% | - |
| HSV(B) | 212.84º | 0.54% | 0.69% | - |
| XYZ | 18.75 | 19.64 | 44.4 | - |
| YUV | 118.07 | 161.25 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 125 | 177 | 0.54 | 0.29 | 0 | 0.31 | 212.84 | 0.38 | 0.51 |
| Hex | 52 | 7D | B1 | 36 | 1D | 0 | 1F | D5 | 26 | 33 |
| Octal | 122 | 175 | 261 | 66 | 35 | 0 | 37 | 325 | 46 | 63 |
| Binary | 1010010 | 1111101 | 10110001 | 110110 | 11101 | 0 | 11111 | 11010101 | 100110 | 110011 |
Color Harmonies of #527DB1
Complementary color
Monochromatic Colors of #527DB1
Black with #527DB1
Text Example
Text Example
White with #527DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527DB1; }
p { color: rgb(82,125,177); }
H1.HeaderClassName
{
color: #527DB1;
}
.AnyTagClassName
{
color: #527DB1;
}
</style>
background-color css
<style>
a { background-color: #527DB1; }
a { background-color: rgb(82,125,177); }
div.DivClassName
{
background-color: #527DB1;
}
.BgClassName
{
background-color: #527DB1;
}
</style>
border-color css
<style>
span { border-color: #527DB1; }
span { border-color: rgb(82,125,177); }
td.TdClassName
{
border-color: #527DB1;
}
.TagClassName
{
border-color: #527DB1;
}
</style>