Shades of Steel Blue #528BB7
Tints of Steel Blue #528BB7
RGB
CMYK
RGB Variations
Color information
#528BB7 (or 0x528BB7) is known color: Steel Blue. HEX triplet: 52, 8B and B7. RGB value is (82,139,183). Sum of RGB (Red+Green+Blue) = 82+139+183=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 183 (71.88% from 255 or 45.30% from 404); Max value from RGB is 183 - color contains mainly: blue. Hex color #528BB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BB7 is #AD7448. Grayscale: #7E7E7E. Windows color (decimal): -11367497 or 12028754. OLE color: 12028754.
HSL color Cylindrical-coordinate representation of color #528BB7: hue angle of 206.14º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #528BB7 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 139 | 183 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.28 |
| HSL | 206.14º | 0.41% | 0.52% | - |
| HSV(B) | 206.14º | 0.55% | 0.72% | - |
| XYZ | 21.26 | 23.68 | 48.25 | - |
| YUV | 126.97 | 159.62 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 183 | 0.55 | 0.24 | 0 | 0.28 | 206.14 | 0.41 | 0.52 |
| Hex | 52 | 8B | B7 | 37 | 18 | 0 | 1C | CE | 29 | 34 |
| Octal | 122 | 213 | 267 | 67 | 30 | 0 | 34 | 316 | 51 | 64 |
| Binary | 1010010 | 10001011 | 10110111 | 110111 | 11000 | 0 | 11100 | 11001110 | 101001 | 110100 |
Color Harmonies of #528BB7
Complementary color
Monochromatic Colors of #528BB7
Black with #528BB7
Text Example
Text Example
White with #528BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528BB7; }
p { color: rgb(82,139,183); }
H1.HeaderClassName
{
color: #528BB7;
}
.AnyTagClassName
{
color: #528BB7;
}
</style>
background-color css
<style>
a { background-color: #528BB7; }
a { background-color: rgb(82,139,183); }
div.DivClassName
{
background-color: #528BB7;
}
.BgClassName
{
background-color: #528BB7;
}
</style>
border-color css
<style>
span { border-color: #528BB7; }
span { border-color: rgb(82,139,183); }
td.TdClassName
{
border-color: #528BB7;
}
.TagClassName
{
border-color: #528BB7;
}
</style>