#507DA5

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

Shades of Steel Blue #507DA5

Tints of Steel Blue #507DA5

Color information

#507DA5 (or 0x507DA5) is unknown color: approx Steel Blue. HEX triplet: 50, 7D and A5. RGB value is (80,125,165). Sum of RGB (Red+Green+Blue) = 80+125+165=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 165 (64.84% from 255 or 44.59% from 370); Max value from RGB is 165 - color contains mainly: blue. Hex color #507DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507DA5 is #AF825A. Grayscale: #737373. Windows color (decimal): -11502171 or 10845520. OLE color: 10845520.

HSL color Cylindrical-coordinate representation of color #507DA5: hue angle of 208.24º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #507DA5 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB80125165-
CMYK0.520.2400.35
HSL208.24º34.69%48.04%-
HSV(B)208.24º51.52%64.71%-
XYZ17.4319.0938.36-
YUV116.1155.59102.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.62%
GREEN value IS 125 (49.22% from 255) = 33.78%
BLUE value IS 165 (64.84% from 255) = 44.59%
R=21.62%
G=33.78%
B=44.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal801251650.520.2400.35208.2434.6948.04
Hex507DA53418023d02330
Octal12017524564300433204360
Binary101000011111011010010111010011000010001111010000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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