Shades of Steel Blue #5087B4
Tints of Steel Blue #5087B4
RGB
CMYK
RGB Variations
Color information
#5087B4 (or 0x5087B4) is known color: Steel Blue. HEX triplet: 50, 87 and B4. RGB value is (80,135,180). Sum of RGB (Red+Green+Blue) = 80+135+180=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 180 - color contains mainly: blue. Hex color #5087B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5087B4 is #AF784B. Grayscale: #7B7B7B. Windows color (decimal): -11499596 or 11831120. OLE color: 11831120.
HSL color Cylindrical-coordinate representation of color #5087B4: hue angle of 207º 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 #5087B4 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 135 | 180 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.29 |
| HSL | 207º | 0.4% | 0.51% | - |
| HSV(B) | 207º | 0.56% | 0.71% | - |
| XYZ | 20.21 | 22.33 | 46.42 | - |
| YUV | 123.69 | 159.78 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 180 | 0.56 | 0.25 | 0 | 0.29 | 207 | 0.4 | 0.51 |
| Hex | 50 | 87 | B4 | 38 | 19 | 0 | 1D | CF | 28 | 33 |
| Octal | 120 | 207 | 264 | 70 | 31 | 0 | 35 | 317 | 50 | 63 |
| Binary | 1010000 | 10000111 | 10110100 | 111000 | 11001 | 0 | 11101 | 11001111 | 101000 | 110011 |
Color Harmonies of #5087B4
Complementary color
Monochromatic Colors of #5087B4
Black with #5087B4
Text Example
Text Example
White with #5087B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5087B4; }
p { color: rgb(80,135,180); }
H1.HeaderClassName
{
color: #5087B4;
}
.AnyTagClassName
{
color: #5087B4;
}
</style>
background-color css
<style>
a { background-color: #5087B4; }
a { background-color: rgb(80,135,180); }
div.DivClassName
{
background-color: #5087B4;
}
.BgClassName
{
background-color: #5087B4;
}
</style>
border-color css
<style>
span { border-color: #5087B4; }
span { border-color: rgb(80,135,180); }
td.TdClassName
{
border-color: #5087B4;
}
.TagClassName
{
border-color: #5087B4;
}
</style>