#507CB4

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

Shades of Steel Blue #507CB4

Tints of Steel Blue #507CB4

Color information

#507CB4 (or 0x507CB4) is unknown color: approx Steel Blue. HEX triplet: 50, 7C and B4. RGB value is (80,124,180). Sum of RGB (Red+Green+Blue) = 80+124+180=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 180 - color contains mainly: blue. Hex color #507CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507CB4 is #AF834B. Grayscale: #747474. Windows color (decimal): -11502412 or 11828304. OLE color: 11828304.

HSL color Cylindrical-coordinate representation of color #507CB4: hue angle of 213.6º degrees, saturation: 0.4, 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 #507CB4 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB80124180-
CMYK0.560.3100.29
HSL213.6º40%50.98%-
HSV(B)213.6º55.56%70.59%-
XYZ18.7519.4245.94-
YUV117.23163.42101.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.83%
GREEN value IS 124 (48.83% from 255) = 32.29%
BLUE value IS 180 (70.70% from 255) = 46.88%
R=20.83%
G=32.29%
B=46.88%

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
Decimal801241800.560.3100.29213.64050.98
Hex507CB4381F01Dd62833
Octal12017426470370353265063
Binary10100001111100101101001110001111101110111010110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,124,180); }

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

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

 a { background-color: rgb(80,124,180); }

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

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

 span { border-color: rgb(80,124,180); }

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