Html Css Color HEX #547AAE Steel Blue

📋 copy color: '#547AAE'

red 84 ◦ green 122 ◦ blue 174

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

Shades of Steel Blue #547AAE

Tints of Steel Blue #547AAE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.11%

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

R = 22.11%
G = 32.11%
B = 45.79%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#547AAE (or 0x547AAE) is known color: Steel Blue. HEX triplet: 54, 7A and AE. RGB value is (84,122,174). Sum of RGB (Red+Green+Blue) = 84+122+174=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #547AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547AAE is #AB8551. Grayscale: #747474. Windows color (decimal): -11240786 or 11434580. OLE color: 11434580.

HSL color Cylindrical-coordinate representation of color #547AAE: hue angle of 214.67º 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 #547AAE is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 122 174 -
CMYK 0.52 0.30 0 0.32
HSL 214.67º 0.36% 0.51% -
HSV(B) 214.67º 0.52% 0.68% -
XYZ 18.26 18.86 42.72 -
YUV 116.57 160.41 104.77 -
System Red Green Blue C M Y K H S L
Decimal 84 122 174 0.52 0.30 0 0.32 214.67 0.36 0.51
Hex 54 7A AE 34 1E 0 20 D7 24 33
Octal 124 172 256 64 36 0 40 327 44 63
Binary 1010100 1111010 10101110 110100 11110 0 100000 11010111 100100 110011

Color Harmonies of #547AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547AAE

Black with #547AAE

Text Example


Text Example

White with #547AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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