Html Css Color HEX #547DAA Steel Blue

📋 copy color: '#547DAA'

red 84 ◦ green 125 ◦ blue 170

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

Shades of Steel Blue #547DAA

Tints of Steel Blue #547DAA

RGB

 RED value IS 84 (33.2% from 255) = 22.16%

 GREEN value IS 125 (49.22% from 255) = 32.98%

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 22.16%
G = 32.98%
B = 44.85%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#547DAA (or 0x547DAA) is known color: Steel Blue. HEX triplet: 54, 7D and AA. RGB value is (84,125,170). Sum of RGB (Red+Green+Blue) = 84+125+170=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #547DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547DAA is #AB8255. Grayscale: #757575. Windows color (decimal): -11240022 or 11173204. OLE color: 11173204.

HSL color Cylindrical-coordinate representation of color #547DAA: hue angle of 211.4º degrees, saturation: 0.34, 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 #547DAA is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 125 170 -
CMYK 0.51 0.26 0 0.33
HSL 211.4º 0.34% 0.5% -
HSV(B) 211.4º 0.51% 0.67% -
XYZ 18.25 19.45 40.82 -
YUV 117.87 157.42 103.84 -
System Red Green Blue C M Y K H S L
Decimal 84 125 170 0.51 0.26 0 0.33 211.4 0.34 0.5
Hex 54 7D AA 33 1A 0 21 D3 22 32
Octal 124 175 252 63 32 0 41 323 42 62
Binary 1010100 1111101 10101010 110011 11010 0 100001 11010011 100010 110010

Color Harmonies of #547DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547DAA

Black with #547DAA

Text Example


Text Example

White with #547DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #547DAA;
 }
 .AnyTagClassName
 {
   color: #547DAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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