#547DB1

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

Shades of Steel Blue #547DB1

Tints of Steel Blue #547DB1

Color information

#547DB1 (or 0x547DB1) is unknown color: approx Steel Blue. HEX triplet: 54, 7D and B1. RGB value is (84,125,177). Sum of RGB (Red+Green+Blue) = 84+125+177=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 177 - color contains mainly: blue. Hex color #547DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547DB1 is #AB824E. Grayscale: #767676. Windows color (decimal): -11240015 or 11631956. OLE color: 11631956.

HSL color Cylindrical-coordinate representation of color #547DB1: hue angle of 213.55º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #547DB1 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB84125177-
CMYK0.530.2900.31
HSL213.55º37.35%51.18%-
HSV(B)213.55º52.54%69.41%-
XYZ18.9319.7344.41-
YUV118.67160.92103.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.76%
GREEN value IS 125 (49.22% from 255) = 32.38%
BLUE value IS 177 (69.53% from 255) = 45.85%
R=21.76%
G=32.38%
B=45.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841251770.530.2900.31213.5537.3551.18
Hex547DB1351D01Fd62533
Octal12417526165350373264563
Binary10101001111101101100011101011110101111111010110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547DB1; }

 p { color: rgb(84,125,177); }

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

<style>
 a { background-color: #547DB1; }

 a { background-color: rgb(84,125,177); }

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

<style>
 span { border-color: #547DB1; }

 span { border-color: rgb(84,125,177); }

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