Shades of Steel Blue #508AB9
Tints of Steel Blue #508AB9
RGB
CMYK
RGB Variations
Color information
#508AB9 (or 0x508AB9) is known color: Steel Blue. HEX triplet: 50, 8A and B9. RGB value is (80,138,185). Sum of RGB (Red+Green+Blue) = 80+138+185=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 185 - color contains mainly: blue. Hex color #508AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508AB9 is #AF7546. Grayscale: #7D7D7D. Windows color (decimal): -11498823 or 12159568. OLE color: 12159568.
HSL color Cylindrical-coordinate representation of color #508AB9: hue angle of 206.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #508AB9 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 138 | 185 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.27 |
| HSL | 206.86º | 0.43% | 0.52% | - |
| HSV(B) | 206.86º | 0.57% | 0.73% | - |
| XYZ | 21.15 | 23.39 | 49.3 | - |
| YUV | 126.02 | 161.28 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 185 | 0.57 | 0.25 | 0 | 0.27 | 206.86 | 0.43 | 0.52 |
| Hex | 50 | 8A | B9 | 39 | 19 | 0 | 1B | CF | 2B | 34 |
| Octal | 120 | 212 | 271 | 71 | 31 | 0 | 33 | 317 | 53 | 64 |
| Binary | 1010000 | 10001010 | 10111001 | 111001 | 11001 | 0 | 11011 | 11001111 | 101011 | 110100 |
Color Harmonies of #508AB9
Complementary color
Monochromatic Colors of #508AB9
Black with #508AB9
Text Example
Text Example
White with #508AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508AB9; }
p { color: rgb(80,138,185); }
H1.HeaderClassName
{
color: #508AB9;
}
.AnyTagClassName
{
color: #508AB9;
}
</style>
background-color css
<style>
a { background-color: #508AB9; }
a { background-color: rgb(80,138,185); }
div.DivClassName
{
background-color: #508AB9;
}
.BgClassName
{
background-color: #508AB9;
}
</style>
border-color css
<style>
span { border-color: #508AB9; }
span { border-color: rgb(80,138,185); }
td.TdClassName
{
border-color: #508AB9;
}
.TagClassName
{
border-color: #508AB9;
}
</style>