#507BB1

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

Shades of Steel Blue #507BB1

Tints of Steel Blue #507BB1

Color information

#507BB1 (or 0x507BB1) is unknown color: approx Steel Blue. HEX triplet: 50, 7B and B1. RGB value is (80,123,177). Sum of RGB (Red+Green+Blue) = 80+123+177=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 177 - color contains mainly: blue. Hex color #507BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507BB1 is #AF844E. Grayscale: #747474. Windows color (decimal): -11502671 or 11631440. OLE color: 11631440.

HSL color Cylindrical-coordinate representation of color #507BB1: hue angle of 213.4º 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 #507BB1 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB80123177-
CMYK0.550.3100.31
HSL213.4º38.34%50.39%-
HSV(B)213.4º54.8%69.41%-
XYZ18.3319.0544.31-
YUV116.3162.25102.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.05%
GREEN value IS 123 (48.44% from 255) = 32.37%
BLUE value IS 177 (69.53% from 255) = 46.58%
R=21.05%
G=32.37%
B=46.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801231770.550.3100.31213.438.3450.39
Hex507BB1371F01Fd52632
Octal12017326167370373254662
Binary10100001111011101100011101111111101111111010101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,123,177); }

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

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

 a { background-color: rgb(80,123,177); }

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

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

 span { border-color: rgb(80,123,177); }

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