Html Css Color HEX #547CAE Steel Blue

📋 copy color: '#547CAE'

red 84 ◦ green 124 ◦ blue 174

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

Shades of Steel Blue #547CAE

Tints of Steel Blue #547CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.55%

R = 21.99%
G = 32.46%
B = 45.55%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#547CAE (or 0x547CAE) is known color: Steel Blue. HEX triplet: 54, 7C and AE. RGB value is (84,124,174). Sum of RGB (Red+Green+Blue) = 84+124+174=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #547CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547CAE is #AB8351. Grayscale: #757575. Windows color (decimal): -11240274 or 11435092. OLE color: 11435092.

HSL color Cylindrical-coordinate representation of color #547CAE: hue angle of 213.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #547CAE is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 124 174 -
CMYK 0.52 0.29 0 0.32
HSL 213.33º 0.36% 0.51% -
HSV(B) 213.33º 0.52% 0.68% -
XYZ 18.5 19.36 42.81 -
YUV 117.74 159.75 103.93 -
System Red Green Blue C M Y K H S L
Decimal 84 124 174 0.52 0.29 0 0.32 213.33 0.36 0.51
Hex 54 7C AE 34 1D 0 20 D5 24 33
Octal 124 174 256 64 35 0 40 325 44 63
Binary 1010100 1111100 10101110 110100 11101 0 100000 11010101 100100 110011

Color Harmonies of #547CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CAE

Black with #547CAE

Text Example


Text Example

White with #547CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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