#507CB5

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

Shades of Steel Blue #507CB5

Tints of Steel Blue #507CB5

Color information

#507CB5 (or 0x507CB5) is unknown color: approx Steel Blue. HEX triplet: 50, 7C and B5. RGB value is (80,124,181). Sum of RGB (Red+Green+Blue) = 80+124+181=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 181 - color contains mainly: blue. Hex color #507CB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507CB5 is #AF834A. Grayscale: #757575. Windows color (decimal): -11502411 or 11893840. OLE color: 11893840.

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

Color convert

RGB80124181-
CMYK0.560.3100.29
HSL213.86º40.56%51.18%-
HSV(B)213.86º55.8%70.98%-
XYZ18.8619.4646.48-
YUV117.34163.92101.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.78%
GREEN value IS 124 (48.83% from 255) = 32.21%
BLUE value IS 181 (71.09% from 255) = 47.01%
R=20.78%
G=32.21%
B=47.01%

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
Decimal801241810.560.3100.29213.8640.5651.18
Hex507CB5381F01Dd62933
Octal12017426570370353265163
Binary10100001111100101101011110001111101110111010110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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