#507FA9

Color #507FA9 Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #507FA9

Tints of Steel Blue #507FA9

Color information

#507FA9 (or 0x507FA9) is unknown color: approx Steel Blue. HEX triplet: 50, 7F and A9. RGB value is (80,127,169). Sum of RGB (Red+Green+Blue) = 80+127+169=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 169 - color contains mainly: blue. Hex color #507FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507FA9 is #AF8056. Grayscale: #757575. Windows color (decimal): -11501655 or 11108176. OLE color: 11108176.

HSL color Cylindrical-coordinate representation of color #507FA9: hue angle of 208.31º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #507FA9 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB80127169-
CMYK0.530.2500.34
HSL208.31º35.74%48.82%-
HSV(B)208.31º52.66%66.27%-
XYZ18.0619.7540.4-
YUV117.74156.93101.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 21.28%
GREEN value IS 127 (50% from 255) = 33.78%
BLUE value IS 169 (66.41% from 255) = 44.95%
R=21.28%
G=33.78%
B=44.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal801271690.530.2500.34208.3135.7448.82
Hex507FA93519022d02431
Octal12017725165310423204461
Binary101000011111111010100111010111001010001011010000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507FA9; }

 p { color: rgb(80,127,169); }

 H1.HeaderClassName
 {
   color: #507FA9;
 }
 .AnyTagClassName
 {
   color: #507FA9;
 }
</style>
background-color css

<style>
 a { background-color: #507FA9; }

 a { background-color: rgb(80,127,169); }

 div.DivClassName
 {
   background-color: #507FA9;
 }
 .BgClassName
 {
   background-color: #507FA9;
 }
</style>
border-color css

<style>
 span { border-color: #507FA9; }

 span { border-color: rgb(80,127,169); }

 td.TdClassName
 {
   border-color: #507FA9;
 }
 .TagClassName
 {
   border-color: #507FA9;
 }
</style>