#507FAD

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

Shades of Steel Blue #507FAD

Tints of Steel Blue #507FAD

Color information

#507FAD (or 0x507FAD) is unknown color: approx Steel Blue. HEX triplet: 50, 7F and AD. RGB value is (80,127,173). Sum of RGB (Red+Green+Blue) = 80+127+173=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #507FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507FAD is #AF8052. Grayscale: #757575. Windows color (decimal): -11501651 or 11370320. OLE color: 11370320.

HSL color Cylindrical-coordinate representation of color #507FAD: hue angle of 209.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #507FAD is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB80127173-
CMYK0.540.2700.32
HSL209.68º36.76%49.61%-
HSV(B)209.68º53.76%67.84%-
XYZ18.4419.942.4-
YUV118.19158.93100.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.05%
GREEN value IS 127 (50% from 255) = 33.42%
BLUE value IS 173 (67.97% from 255) = 45.53%
R=21.05%
G=33.42%
B=45.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801271730.540.2700.32209.6836.7649.61
Hex507FAD361B020d22532
Octal12017725566330403224562
Binary101000011111111010110111011011011010000011010010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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