Shades of Steel Blue #527FAC
Tints of Steel Blue #527FAC
RGB
CMYK
RGB Variations
Color information
#527FAC (or 0x527FAC) is known color: Steel Blue. HEX triplet: 52, 7F and AC. RGB value is (82,127,172). Sum of RGB (Red+Green+Blue) = 82+127+172=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #527FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527FAC is #AD8053. Grayscale: #767676. Windows color (decimal): -11370580 or 11304786. OLE color: 11304786.
HSL color Cylindrical-coordinate representation of color #527FAC: hue angle of 210º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #527FAC is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 127 | 172 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.33 |
| HSL | 210º | 0.35% | 0.5% | - |
| HSV(B) | 210º | 0.52% | 0.67% | - |
| XYZ | 18.52 | 19.95 | 41.9 | - |
| YUV | 118.68 | 158.09 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 172 | 0.52 | 0.26 | 0 | 0.33 | 210 | 0.35 | 0.5 |
| Hex | 52 | 7F | AC | 34 | 1A | 0 | 21 | D2 | 23 | 32 |
| Octal | 122 | 177 | 254 | 64 | 32 | 0 | 41 | 322 | 43 | 62 |
| Binary | 1010010 | 1111111 | 10101100 | 110100 | 11010 | 0 | 100001 | 11010010 | 100011 | 110010 |
Color Harmonies of #527FAC
Complementary color
Monochromatic Colors of #527FAC
Black with #527FAC
Text Example
Text Example
White with #527FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527FAC; }
p { color: rgb(82,127,172); }
H1.HeaderClassName
{
color: #527FAC;
}
.AnyTagClassName
{
color: #527FAC;
}
</style>
background-color css
<style>
a { background-color: #527FAC; }
a { background-color: rgb(82,127,172); }
div.DivClassName
{
background-color: #527FAC;
}
.BgClassName
{
background-color: #527FAC;
}
</style>
border-color css
<style>
span { border-color: #527FAC; }
span { border-color: rgb(82,127,172); }
td.TdClassName
{
border-color: #527FAC;
}
.TagClassName
{
border-color: #527FAC;
}
</style>