Html Css Color HEX #547EAC Steel Blue

📋 copy color: '#547EAC'

red 84 ◦ green 126 ◦ blue 172

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

Shades of Steel Blue #547EAC

Tints of Steel Blue #547EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.98%

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 21.99%
G = 32.98%
B = 45.03%

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

#547EAC (or 0x547EAC) is known color: Steel Blue. HEX triplet: 54, 7E and AC. RGB value is (84,126,172). Sum of RGB (Red+Green+Blue) = 84+126+172=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #547EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547EAC is #AB8153. Grayscale: #767676. Windows color (decimal): -11239764 or 11304532. OLE color: 11304532.

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

Color convert

RGB 84 126 172 -
CMYK 0.51 0.27 0 0.33
HSL 211.36º 0.35% 0.5% -
HSV(B) 211.36º 0.51% 0.67% -
XYZ 18.56 19.79 41.87 -
YUV 118.69 158.09 103.26 -
System Red Green Blue C M Y K H S L
Decimal 84 126 172 0.51 0.27 0 0.33 211.36 0.35 0.5
Hex 54 7E AC 33 1B 0 21 D3 23 32
Octal 124 176 254 63 33 0 41 323 43 62
Binary 1010100 1111110 10101100 110011 11011 0 100001 11010011 100011 110010

Color Harmonies of #547EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547EAC

Black with #547EAC

Text Example


Text Example

White with #547EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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