Html Css Color HEX #547FAC Steel Blue

📋 copy color: '#547FAC'

red 84 ◦ green 127 ◦ blue 172

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

Shades of Steel Blue #547FAC

Tints of Steel Blue #547FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 33.16%

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

R = 21.93%
G = 33.16%
B = 44.91%

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

#547FAC (or 0x547FAC) is known color: Steel Blue. HEX triplet: 54, 7F and AC. RGB value is (84,127,172). Sum of RGB (Red+Green+Blue) = 84+127+172=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #547FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547FAC is #AB8053. Grayscale: #777777. Windows color (decimal): -11239508 or 11304788. OLE color: 11304788.

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

Color convert

RGB 84 127 172 -
CMYK 0.51 0.26 0 0.33
HSL 210.68º 0.35% 0.5% -
HSV(B) 210.68º 0.51% 0.67% -
XYZ 18.69 20.04 41.91 -
YUV 119.27 157.75 102.84 -
System Red Green Blue C M Y K H S L
Decimal 84 127 172 0.51 0.26 0 0.33 210.68 0.35 0.5
Hex 54 7F AC 33 1A 0 21 D3 23 32
Octal 124 177 254 63 32 0 41 323 43 62
Binary 1010100 1111111 10101100 110011 11010 0 100001 11010011 100011 110010

Color Harmonies of #547FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547FAC

Black with #547FAC

Text Example


Text Example

White with #547FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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