Shades of Steel Blue #507AB4
Tints of Steel Blue #507AB4
RGB
CMYK
RGB Variations
Color information
#507AB4 (or 0x507AB4) is known color: Steel Blue. HEX triplet: 50, 7A and B4. RGB value is (80,122,180). Sum of RGB (Red+Green+Blue) = 80+122+180=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 180 - color contains mainly: blue. Hex color #507AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507AB4 is #AF854B. Grayscale: #737373. Windows color (decimal): -11502924 or 11827792. OLE color: 11827792.
HSL color Cylindrical-coordinate representation of color #507AB4: hue angle of 214.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #507AB4 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 122 | 180 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.29 |
| HSL | 214.8º | 0.4% | 0.51% | - |
| HSV(B) | 214.8º | 0.56% | 0.71% | - |
| XYZ | 18.51 | 18.92 | 45.86 | - |
| YUV | 116.05 | 164.09 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 180 | 0.56 | 0.32 | 0 | 0.29 | 214.8 | 0.4 | 0.51 |
| Hex | 50 | 7A | B4 | 38 | 20 | 0 | 1D | D7 | 28 | 33 |
| Octal | 120 | 172 | 264 | 70 | 40 | 0 | 35 | 327 | 50 | 63 |
| Binary | 1010000 | 1111010 | 10110100 | 111000 | 100000 | 0 | 11101 | 11010111 | 101000 | 110011 |
Color Harmonies of #507AB4
Complementary color
Monochromatic Colors of #507AB4
Black with #507AB4
Text Example
Text Example
White with #507AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507AB4; }
p { color: rgb(80,122,180); }
H1.HeaderClassName
{
color: #507AB4;
}
.AnyTagClassName
{
color: #507AB4;
}
</style>
background-color css
<style>
a { background-color: #507AB4; }
a { background-color: rgb(80,122,180); }
div.DivClassName
{
background-color: #507AB4;
}
.BgClassName
{
background-color: #507AB4;
}
</style>
border-color css
<style>
span { border-color: #507AB4; }
span { border-color: rgb(80,122,180); }
td.TdClassName
{
border-color: #507AB4;
}
.TagClassName
{
border-color: #507AB4;
}
</style>