Html Css Color HEX #547CAC Steel Blue

📋 copy color: '#547CAC'

red 84 ◦ green 124 ◦ blue 172

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

Shades of Steel Blue #547CAC

Tints of Steel Blue #547CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.63%

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

R = 22.11%
G = 32.63%
B = 45.26%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#547CAC (or 0x547CAC) is known color: Steel Blue. HEX triplet: 54, 7C and AC. RGB value is (84,124,172). Sum of RGB (Red+Green+Blue) = 84+124+172=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #547CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547CAC is #AB8353. Grayscale: #757575. Windows color (decimal): -11240276 or 11304020. OLE color: 11304020.

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

Color convert

RGB 84 124 172 -
CMYK 0.51 0.28 0 0.33
HSL 212.73º 0.35% 0.5% -
HSV(B) 212.73º 0.51% 0.67% -
XYZ 18.31 19.28 41.79 -
YUV 117.51 158.75 104.1 -
System Red Green Blue C M Y K H S L
Decimal 84 124 172 0.51 0.28 0 0.33 212.73 0.35 0.5
Hex 54 7C AC 33 1C 0 21 D5 23 32
Octal 124 174 254 63 34 0 41 325 43 62
Binary 1010100 1111100 10101100 110011 11100 0 100001 11010101 100011 110010

Color Harmonies of #547CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CAC

Black with #547CAC

Text Example


Text Example

White with #547CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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