#507EAB

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

Shades of Steel Blue #507EAB

Tints of Steel Blue #507EAB

Color information

#507EAB (or 0x507EAB) is unknown color: approx Steel Blue. HEX triplet: 50, 7E and AB. RGB value is (80,126,171). Sum of RGB (Red+Green+Blue) = 80+126+171=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #507EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507EAB is #AF8154. Grayscale: #757575. Windows color (decimal): -11501909 or 11238992. OLE color: 11238992.

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

Color convert

RGB80126171-
CMYK0.530.2600.33
HSL209.67º36.25%49.22%-
HSV(B)209.67º53.22%67.06%-
XYZ18.1219.5741.35-
YUV117.38158.26101.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.22%
GREEN value IS 126 (49.61% from 255) = 33.42%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=21.22%
G=33.42%
B=45.36%

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
Decimal801261710.530.2600.33209.6736.2549.22
Hex507EAB351A021d22431
Octal12017625365320413224461
Binary101000011111101010101111010111010010000111010010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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