#507DAC

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

Shades of Steel Blue #507DAC

Tints of Steel Blue #507DAC

Color information

#507DAC (or 0x507DAC) is unknown color: approx Steel Blue. HEX triplet: 50, 7D and AC. RGB value is (80,125,172). Sum of RGB (Red+Green+Blue) = 80+125+172=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #507DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507DAC is #AF8253. Grayscale: #747474. Windows color (decimal): -11502164 or 11304272. OLE color: 11304272.

HSL color Cylindrical-coordinate representation of color #507DAC: hue angle of 210.65º 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 #507DAC is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80125172-
CMYK0.530.2700.33
HSL210.65º36.51%49.41%-
HSV(B)210.65º53.49%67.45%-
XYZ18.0919.3541.81-
YUV116.9159.09101.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.22%
GREEN value IS 125 (49.22% from 255) = 33.16%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=21.22%
G=33.16%
B=45.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801251720.530.2700.33210.6536.5149.41
Hex507DAC351B021d32531
Octal12017525465330413234561
Binary101000011111011010110011010111011010000111010011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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