#507FAB

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

Shades of Steel Blue #507FAB

Tints of Steel Blue #507FAB

Color information

#507FAB (or 0x507FAB) is unknown color: approx Steel Blue. HEX triplet: 50, 7F and AB. RGB value is (80,127,171). Sum of RGB (Red+Green+Blue) = 80+127+171=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #507FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507FAB is #AF8054. Grayscale: #757575. Windows color (decimal): -11501653 or 11239248. OLE color: 11239248.

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

Color convert

RGB80127171-
CMYK0.530.2600.33
HSL209.01º36.25%49.22%-
HSV(B)209.01º53.22%67.06%-
XYZ18.2519.8241.39-
YUV117.96157.93100.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.16%
GREEN value IS 127 (50% from 255) = 33.60%
BLUE value IS 171 (67.19% from 255) = 45.24%
R=21.16%
G=33.60%
B=45.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801271710.530.2600.33209.0136.2549.22
Hex507FAB351A021d12431
Octal12017725365320413214461
Binary101000011111111010101111010111010010000111010001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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