#507DB1

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

Shades of Steel Blue #507DB1

Tints of Steel Blue #507DB1

Color information

#507DB1 (or 0x507DB1) is unknown color: approx Steel Blue. HEX triplet: 50, 7D and B1. RGB value is (80,125,177). Sum of RGB (Red+Green+Blue) = 80+125+177=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 177 - color contains mainly: blue. Hex color #507DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507DB1 is #AF824E. Grayscale: #757575. Windows color (decimal): -11502159 or 11631952. OLE color: 11631952.

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

Color convert

RGB80125177-
CMYK0.550.2900.31
HSL212.16º38.34%50.39%-
HSV(B)212.16º54.8%69.41%-
XYZ18.5819.5544.39-
YUV117.47161.59101.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.94%
GREEN value IS 125 (49.22% from 255) = 32.72%
BLUE value IS 177 (69.53% from 255) = 46.34%
R=20.94%
G=32.72%
B=46.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801251770.550.2900.31212.1638.3450.39
Hex507DB1371D01Fd42632
Octal12017526167350373244662
Binary10100001111101101100011101111110101111111010100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,125,177); }

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

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

 a { background-color: rgb(80,125,177); }

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

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

 span { border-color: rgb(80,125,177); }

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