#547DAD

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

Shades of Steel Blue #547DAD

Tints of Steel Blue #547DAD

Color information

#547DAD (or 0x547DAD) is unknown color: approx Steel Blue. HEX triplet: 54, 7D and AD. RGB value is (84,125,173). Sum of RGB (Red+Green+Blue) = 84+125+173=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #547DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547DAD is #AB8252. Grayscale: #757575. Windows color (decimal): -11240019 or 11369812. OLE color: 11369812.

HSL color Cylindrical-coordinate representation of color #547DAD: hue angle of 212.36º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #547DAD is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB84125173-
CMYK0.510.2800.32
HSL212.36º35.18%50.39%-
HSV(B)212.36º51.45%67.84%-
XYZ18.5319.5742.34-
YUV118.21158.92103.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.99%
GREEN value IS 125 (49.22% from 255) = 32.72%
BLUE value IS 173 (67.97% from 255) = 45.29%
R=21.99%
G=32.72%
B=45.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841251730.510.2800.32212.3635.1850.39
Hex547DAD331C020d42332
Octal12417525563340403244362
Binary101010011111011010110111001111100010000011010100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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