Html Css Color HEX #547CAA Steel Blue

📋 copy color: '#547CAA'

red 84 ◦ green 124 ◦ blue 170

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

Shades of Steel Blue #547CAA

Tints of Steel Blue #547CAA

RGB

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

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

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

R = 22.22%
G = 32.8%
B = 44.97%

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

#547CAA (or 0x547CAA) is known color: Steel Blue. HEX triplet: 54, 7C and AA. RGB value is (84,124,170). Sum of RGB (Red+Green+Blue) = 84+124+170=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #547CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547CAA is #AB8355. Grayscale: #757575. Windows color (decimal): -11240278 or 11172948. OLE color: 11172948.

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

Color convert

RGB 84 124 170 -
CMYK 0.51 0.27 0 0.33
HSL 212.09º 0.34% 0.5% -
HSV(B) 212.09º 0.51% 0.67% -
XYZ 18.12 19.2 40.78 -
YUV 117.28 157.75 104.26 -
System Red Green Blue C M Y K H S L
Decimal 84 124 170 0.51 0.27 0 0.33 212.09 0.34 0.5
Hex 54 7C AA 33 1B 0 21 D4 22 32
Octal 124 174 252 63 33 0 41 324 42 62
Binary 1010100 1111100 10101010 110011 11011 0 100001 11010100 100010 110010

Color Harmonies of #547CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CAA

Black with #547CAA

Text Example


Text Example

White with #547CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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