#507DAA

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

Shades of Steel Blue #507DAA

Tints of Steel Blue #507DAA

Color information

#507DAA (or 0x507DAA) is unknown color: approx Steel Blue. HEX triplet: 50, 7D and AA. RGB value is (80,125,170). Sum of RGB (Red+Green+Blue) = 80+125+170=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #507DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507DAA is #AF8255. Grayscale: #747474. Windows color (decimal): -11502166 or 11173200. OLE color: 11173200.

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

Color convert

RGB80125170-
CMYK0.530.2600.33
HSL210º36%49.02%-
HSV(B)210º52.94%66.67%-
XYZ17.919.2740.81-
YUV116.68158.09101.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.33%
GREEN value IS 125 (49.22% from 255) = 33.33%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=21.33%
G=33.33%
B=45.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801251700.530.2600.332103649.02
Hex507DAA351A021d22431
Octal12017525265320413224461
Binary101000011111011010101011010111010010000111010010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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