Shades of Steel Blue #508CB2
Tints of Steel Blue #508CB2
RGB
CMYK
RGB Variations
Color information
#508CB2 (or 0x508CB2) is known color: Steel Blue. HEX triplet: 50, 8C and B2. RGB value is (80,140,178). Sum of RGB (Red+Green+Blue) = 80+140+178=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 178 - color contains mainly: blue. Hex color #508CB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508CB2 is #AF734D. Grayscale: #7E7E7E. Windows color (decimal): -11498318 or 11701328. OLE color: 11701328.
HSL color Cylindrical-coordinate representation of color #508CB2: hue angle of 203.27º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #508CB2 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 140 | 178 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.30 |
| HSL | 203.27º | 0.39% | 0.51% | - |
| HSV(B) | 203.27º | 0.55% | 0.7% | - |
| XYZ | 20.72 | 23.68 | 45.6 | - |
| YUV | 126.39 | 157.12 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 178 | 0.55 | 0.21 | 0 | 0.30 | 203.27 | 0.39 | 0.51 |
| Hex | 50 | 8C | B2 | 37 | 15 | 0 | 1E | CB | 27 | 33 |
| Octal | 120 | 214 | 262 | 67 | 25 | 0 | 36 | 313 | 47 | 63 |
| Binary | 1010000 | 10001100 | 10110010 | 110111 | 10101 | 0 | 11110 | 11001011 | 100111 | 110011 |
Color Harmonies of #508CB2
Complementary color
Monochromatic Colors of #508CB2
Black with #508CB2
Text Example
Text Example
White with #508CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508CB2; }
p { color: rgb(80,140,178); }
H1.HeaderClassName
{
color: #508CB2;
}
.AnyTagClassName
{
color: #508CB2;
}
</style>
background-color css
<style>
a { background-color: #508CB2; }
a { background-color: rgb(80,140,178); }
div.DivClassName
{
background-color: #508CB2;
}
.BgClassName
{
background-color: #508CB2;
}
</style>
border-color css
<style>
span { border-color: #508CB2; }
span { border-color: rgb(80,140,178); }
td.TdClassName
{
border-color: #508CB2;
}
.TagClassName
{
border-color: #508CB2;
}
</style>