#507DAB

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

Shades of Steel Blue #507DAB

Tints of Steel Blue #507DAB

Color information

#507DAB (or 0x507DAB) is unknown color: approx Steel Blue. HEX triplet: 50, 7D and AB. RGB value is (80,125,171). Sum of RGB (Red+Green+Blue) = 80+125+171=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #507DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507DAB is #AF8254. Grayscale: #747474. Windows color (decimal): -11502165 or 11238736. OLE color: 11238736.

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

Color convert

RGB80125171-
CMYK0.530.2700.33
HSL210.33º36.25%49.22%-
HSV(B)210.33º53.22%67.06%-
XYZ17.9919.3141.31-
YUV116.79158.59101.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.28%
GREEN value IS 125 (49.22% from 255) = 33.24%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=21.28%
G=33.24%
B=45.48%

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
Decimal801251710.530.2700.33210.3336.2549.22
Hex507DAB351B021d22431
Octal12017525365330413224461
Binary101000011111011010101111010111011010000111010010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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