Shades of Steel Blue #5581AF
Tints of Steel Blue #5581AF
RGB
CMYK
RGB Variations
Color information
#5581AF (or 0x5581AF) is known color: Steel Blue. HEX triplet: 55, 81 and AF. RGB value is (85,129,175). Sum of RGB (Red+Green+Blue) = 85+129+175=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #5581AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5581AF is #AA7E50. Grayscale: #787878. Windows color (decimal): -11173457 or 11501909. OLE color: 11501909.
HSL color Cylindrical-coordinate representation of color #5581AF: hue angle of 210.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5581AF is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 129 | 175 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.31 |
| HSL | 210.67º | 0.36% | 0.51% | - |
| HSV(B) | 210.67º | 0.51% | 0.69% | - |
| XYZ | 19.33 | 20.73 | 43.54 | - |
| YUV | 121.09 | 158.42 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 175 | 0.51 | 0.26 | 0 | 0.31 | 210.67 | 0.36 | 0.51 |
| Hex | 55 | 81 | AF | 33 | 1A | 0 | 1F | D3 | 24 | 33 |
| Octal | 125 | 201 | 257 | 63 | 32 | 0 | 37 | 323 | 44 | 63 |
| Binary | 1010101 | 10000001 | 10101111 | 110011 | 11010 | 0 | 11111 | 11010011 | 100100 | 110011 |
Color Harmonies of #5581AF
Complementary color
Monochromatic Colors of #5581AF
Black with #5581AF
Text Example
Text Example
White with #5581AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5581AF; }
p { color: rgb(85,129,175); }
H1.HeaderClassName
{
color: #5581AF;
}
.AnyTagClassName
{
color: #5581AF;
}
</style>
background-color css
<style>
a { background-color: #5581AF; }
a { background-color: rgb(85,129,175); }
div.DivClassName
{
background-color: #5581AF;
}
.BgClassName
{
background-color: #5581AF;
}
</style>
border-color css
<style>
span { border-color: #5581AF; }
span { border-color: rgb(85,129,175); }
td.TdClassName
{
border-color: #5581AF;
}
.TagClassName
{
border-color: #5581AF;
}
</style>