Html Css Color HEX #547DAC Steel Blue

📋 copy color: '#547DAC'

red 84 ◦ green 125 ◦ blue 172

#547DAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #547DAC

Tints of Steel Blue #547DAC

RGB

 RED value IS 84 (33.2% 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 value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#547DAC (or 0x547DAC) is known color: 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

RGB 84 125 172 -
CMYK 0.51 0.27 0 0.33
HSL 212.05º 0.35% 0.5% -
HSV(B) 212.05º 0.51% 0.67% -
XYZ 18.44 19.53 41.83 -
YUV 118.1 158.42 103.68 -
System Red Green Blue C M Y K H S L
Decimal 84 125 172 0.51 0.27 0 0.33 212.05 0.35 0.5
Hex 54 7D AC 33 1B 0 21 D4 23 32
Octal 124 175 254 63 33 0 41 324 43 62
Binary 1010100 1111101 10101100 110011 11011 0 100001 11010100 100011 110010

Color Harmonies of #547DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547DAC

Black with #547DAC

Text Example


Text Example

White with #547DAC

Text Example


Text Example

HTML Codes & Css Web 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>