#547DAC

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

Shades of Steel Blue #547DAC

Tints of Steel Blue #547DAC

Color information

#547DAC (or 0x547DAC) is unknown color: approx Steel Blue. HEX triplet: 54, 7D and AC. RGB value is (84,125,172). Sum of RGB (Red+Green+Blue) = 84+125+172=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #547DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547DAC is #AB8253. Grayscale: #757575. Windows color (decimal): -11240020 or 11304276. OLE color: 11304276.

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

Color convert

RGB84125172-
CMYK0.510.2700.33
HSL212.05º34.65%50.2%-
HSV(B)212.05º51.16%67.45%-
XYZ18.4419.5341.83-
YUV118.1158.42103.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.05%
GREEN value IS 125 (49.22% from 255) = 32.81%
BLUE value IS 172 (67.58% from 255) = 45.14%
R=22.05%
G=32.81%
B=45.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841251720.510.2700.33212.0534.6550.2
Hex547DAC331B021d42332
Octal12417525463330413244362
Binary101010011111011010110011001111011010000111010100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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