Shades of Steel Blue #528AB4
Tints of Steel Blue #528AB4
RGB
CMYK
RGB Variations
Color information
#528AB4 (or 0x528AB4) is known color: Steel Blue. HEX triplet: 52, 8A and B4. RGB value is (82,138,180). Sum of RGB (Red+Green+Blue) = 82+138+180=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 180 - color contains mainly: blue. Hex color #528AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528AB4 is #AD754B. Grayscale: #7D7D7D. Windows color (decimal): -11367756 or 11831890. OLE color: 11831890.
HSL color Cylindrical-coordinate representation of color #528AB4: hue angle of 205.71º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #528AB4 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 138 | 180 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.29 |
| HSL | 205.71º | 0.4% | 0.51% | - |
| HSV(B) | 205.71º | 0.54% | 0.71% | - |
| XYZ | 20.81 | 23.27 | 46.57 | - |
| YUV | 126.04 | 158.45 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 180 | 0.54 | 0.23 | 0 | 0.29 | 205.71 | 0.4 | 0.51 |
| Hex | 52 | 8A | B4 | 36 | 17 | 0 | 1D | CE | 28 | 33 |
| Octal | 122 | 212 | 264 | 66 | 27 | 0 | 35 | 316 | 50 | 63 |
| Binary | 1010010 | 10001010 | 10110100 | 110110 | 10111 | 0 | 11101 | 11001110 | 101000 | 110011 |
Color Harmonies of #528AB4
Complementary color
Monochromatic Colors of #528AB4
Black with #528AB4
Text Example
Text Example
White with #528AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528AB4; }
p { color: rgb(82,138,180); }
H1.HeaderClassName
{
color: #528AB4;
}
.AnyTagClassName
{
color: #528AB4;
}
</style>
background-color css
<style>
a { background-color: #528AB4; }
a { background-color: rgb(82,138,180); }
div.DivClassName
{
background-color: #528AB4;
}
.BgClassName
{
background-color: #528AB4;
}
</style>
border-color css
<style>
span { border-color: #528AB4; }
span { border-color: rgb(82,138,180); }
td.TdClassName
{
border-color: #528AB4;
}
.TagClassName
{
border-color: #528AB4;
}
</style>