Html Css Color HEX #547AAB Steel Blue

📋 copy color: '#547AAB'

red 84 ◦ green 122 ◦ blue 171

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

Shades of Steel Blue #547AAB

Tints of Steel Blue #547AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.36%

R = 22.28%
G = 32.36%
B = 45.36%

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

#547AAB (or 0x547AAB) is known color: Steel Blue. HEX triplet: 54, 7A and AB. RGB value is (84,122,171). Sum of RGB (Red+Green+Blue) = 84+122+171=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #547AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547AAB is #AB8554. Grayscale: #737373. Windows color (decimal): -11240789 or 11237972. OLE color: 11237972.

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

Color convert

RGB 84 122 171 -
CMYK 0.51 0.29 0 0.33
HSL 213.79º 0.34% 0.5% -
HSV(B) 213.79º 0.51% 0.67% -
XYZ 17.97 18.74 41.2 -
YUV 116.22 158.91 105.02 -
System Red Green Blue C M Y K H S L
Decimal 84 122 171 0.51 0.29 0 0.33 213.79 0.34 0.5
Hex 54 7A AB 33 1D 0 21 D6 22 32
Octal 124 172 253 63 35 0 41 326 42 62
Binary 1010100 1111010 10101011 110011 11101 0 100001 11010110 100010 110010

Color Harmonies of #547AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547AAB

Black with #547AAB

Text Example


Text Example

White with #547AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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