Html Css Color HEX #547AAC Steel Blue

📋 copy color: '#547AAC'

red 84 ◦ green 122 ◦ blue 172

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

Shades of Steel Blue #547AAC

Tints of Steel Blue #547AAC

RGB

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

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

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

R = 22.22%
G = 32.28%
B = 45.5%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#547AAC (or 0x547AAC) is known color: Steel Blue. HEX triplet: 54, 7A and AC. RGB value is (84,122,172). Sum of RGB (Red+Green+Blue) = 84+122+172=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #547AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547AAC is #AB8553. Grayscale: #747474. Windows color (decimal): -11240788 or 11303508. OLE color: 11303508.

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

Color convert

RGB 84 122 172 -
CMYK 0.51 0.29 0 0.33
HSL 214.09º 0.35% 0.5% -
HSV(B) 214.09º 0.51% 0.67% -
XYZ 18.06 18.78 41.7 -
YUV 116.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 84 122 172 0.51 0.29 0 0.33 214.09 0.35 0.5
Hex 54 7A AC 33 1D 0 21 D6 23 32
Octal 124 172 254 63 35 0 41 326 43 62
Binary 1010100 1111010 10101100 110011 11101 0 100001 11010110 100011 110010

Color Harmonies of #547AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547AAC

Black with #547AAC

Text Example


Text Example

White with #547AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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