Html Css Color HEX #547DAD Steel Blue

📋 copy color: '#547DAD'

red 84 ◦ green 125 ◦ blue 173

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

Shades of Steel Blue #547DAD

Tints of Steel Blue #547DAD

RGB

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

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

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

RGB 84 125 173 -
CMYK 0.51 0.28 0 0.32
HSL 212.36º 0.35% 0.5% -
HSV(B) 212.36º 0.51% 0.68% -
XYZ 18.53 19.57 42.34 -
YUV 118.21 158.92 103.6 -
System Red Green Blue C M Y K H S L
Decimal 84 125 173 0.51 0.28 0 0.32 212.36 0.35 0.5
Hex 54 7D AD 33 1C 0 20 D4 23 32
Octal 124 175 255 63 34 0 40 324 43 62
Binary 1010100 1111101 10101101 110011 11100 0 100000 11010100 100011 110010

Color Harmonies of #547DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547DAD

Black with #547DAD

Text Example


Text Example

White with #547DAD

Text Example


Text Example

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