#507eb0

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

Shades of Steel Blue #507EB0

Tints of Steel Blue #507EB0

Color information

#507EB0 (or 0x507EB0) is unknown color: approx Steel Blue. HEX triplet: 50, 7E and B0. RGB value is (80,126,176). Sum of RGB (Red+Green+Blue) = 80+126+176=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 176 - color contains mainly: blue. Hex color #507EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507EB0 is #AF814F. Grayscale: #757575. Windows color (decimal): -11501904 or 11566672. OLE color: 11566672.

HSL color Cylindrical-coordinate representation of color #507EB0: hue angle of 211.25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #507EB0 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB80126176-
CMYK0.550.2800.31
HSL211.25º37.8%50.2%-
HSV(B)211.25º54.55%69.02%-
XYZ18.6119.7643.91-
YUV117.95160.76100.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.94%
GREEN value IS 126 (49.61% from 255) = 32.98%
BLUE value IS 176 (69.14% from 255) = 46.07%
R=20.94%
G=32.98%
B=46.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801261760.550.2800.31211.2537.850.2
Hex507EB0371C01Fd32632
Octal12017626067340373234662
Binary10100001111110101100001101111110001111111010011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507eb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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