#507DB6

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

Shades of Steel Blue #507DB6

Tints of Steel Blue #507DB6

Color information

#507DB6 (or 0x507DB6) is unknown color: approx Steel Blue. HEX triplet: 50, 7D and B6. RGB value is (80,125,182). Sum of RGB (Red+Green+Blue) = 80+125+182=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 182 - color contains mainly: blue. Hex color #507DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507DB6 is #AF8249. Grayscale: #757575. Windows color (decimal): -11502154 or 11959632. OLE color: 11959632.

HSL color Cylindrical-coordinate representation of color #507DB6: hue angle of 213.53º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #507DB6 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB80125182-
CMYK0.560.3100.29
HSL213.53º41.13%51.37%-
HSV(B)213.53º56.04%71.37%-
XYZ19.0919.7547.06-
YUV118.04164.09100.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.67%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 182 (71.48% from 255) = 47.03%
R=20.67%
G=32.30%
B=47.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801251820.560.3100.29213.5341.1351.37
Hex507DB6381F01Dd62933
Octal12017526670370353265163
Binary10100001111101101101101110001111101110111010110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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