#507AAF

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

Shades of Steel Blue #507AAF

Tints of Steel Blue #507AAF

Color information

#507AAF (or 0x507AAF) is unknown color: approx Steel Blue. HEX triplet: 50, 7A and AF. RGB value is (80,122,175). Sum of RGB (Red+Green+Blue) = 80+122+175=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #507AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507AAF is #AF8550. Grayscale: #737373. Windows color (decimal): -11502929 or 11500112. OLE color: 11500112.

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

Color convert

RGB80122175-
CMYK0.540.3000.31
HSL213.47º37.25%50%-
HSV(B)213.47º54.29%68.63%-
XYZ18.0118.7243.22-
YUV115.48161.59102.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.22%
GREEN value IS 122 (48.05% from 255) = 32.36%
BLUE value IS 175 (68.75% from 255) = 46.42%
R=21.22%
G=32.36%
B=46.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801221750.540.3000.31213.4737.2550
Hex507AAF361E01Fd52532
Octal12017225766360373254562
Binary10100001111010101011111101101111001111111010101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,122,175); }

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

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

 a { background-color: rgb(80,122,175); }

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

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

 span { border-color: rgb(80,122,175); }

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