Shades of Steel Blue #508AB8
Tints of Steel Blue #508AB8
RGB
CMYK
RGB Variations
Color information
#508AB8 (or 0x508AB8) is known color: Steel Blue. HEX triplet: 50, 8A and B8. RGB value is (80,138,184). Sum of RGB (Red+Green+Blue) = 80+138+184=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 184 (72.27% from 255 or 45.77% from 402); Max value from RGB is 184 - color contains mainly: blue. Hex color #508AB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508AB8 is #AF7547. Grayscale: #7D7D7D. Windows color (decimal): -11498824 or 12094032. OLE color: 12094032.
HSL color Cylindrical-coordinate representation of color #508AB8: hue angle of 206.54º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #508AB8 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 138 | 184 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.28 |
| HSL | 206.54º | 0.42% | 0.52% | - |
| HSV(B) | 206.54º | 0.57% | 0.72% | - |
| XYZ | 21.05 | 23.34 | 48.74 | - |
| YUV | 125.9 | 160.78 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 184 | 0.57 | 0.25 | 0 | 0.28 | 206.54 | 0.42 | 0.52 |
| Hex | 50 | 8A | B8 | 39 | 19 | 0 | 1C | CF | 2A | 34 |
| Octal | 120 | 212 | 270 | 71 | 31 | 0 | 34 | 317 | 52 | 64 |
| Binary | 1010000 | 10001010 | 10111000 | 111001 | 11001 | 0 | 11100 | 11001111 | 101010 | 110100 |
Color Harmonies of #508AB8
Complementary color
Monochromatic Colors of #508AB8
Black with #508AB8
Text Example
Text Example
White with #508AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508AB8; }
p { color: rgb(80,138,184); }
H1.HeaderClassName
{
color: #508AB8;
}
.AnyTagClassName
{
color: #508AB8;
}
</style>
background-color css
<style>
a { background-color: #508AB8; }
a { background-color: rgb(80,138,184); }
div.DivClassName
{
background-color: #508AB8;
}
.BgClassName
{
background-color: #508AB8;
}
</style>
border-color css
<style>
span { border-color: #508AB8; }
span { border-color: rgb(80,138,184); }
td.TdClassName
{
border-color: #508AB8;
}
.TagClassName
{
border-color: #508AB8;
}
</style>