#507CAC

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

Shades of Steel Blue #507CAC

Tints of Steel Blue #507CAC

Color information

#507CAC (or 0x507CAC) is unknown color: approx Steel Blue. HEX triplet: 50, 7C and AC. RGB value is (80,124,172). Sum of RGB (Red+Green+Blue) = 80+124+172=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #507CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507CAC is #AF8353. Grayscale: #747474. Windows color (decimal): -11502420 or 11304016. OLE color: 11304016.

HSL color Cylindrical-coordinate representation of color #507CAC: hue angle of 211.3º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #507CAC is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80124172-
CMYK0.530.2800.33
HSL211.3º36.51%49.41%-
HSV(B)211.3º53.49%67.45%-
XYZ17.9619.141.77-
YUV116.32159.42102.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.28%
GREEN value IS 124 (48.83% from 255) = 32.98%
BLUE value IS 172 (67.58% from 255) = 45.74%
R=21.28%
G=32.98%
B=45.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801241720.530.2800.33211.336.5149.41
Hex507CAC351C021d32531
Octal12017425465340413234561
Binary101000011111001010110011010111100010000111010011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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