Html Css Color HEX #547BAA Steel Blue

📋 copy color: '#547BAA'

red 84 ◦ green 123 ◦ blue 170

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

Shades of Steel Blue #547BAA

Tints of Steel Blue #547BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.63%

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

R = 22.28%
G = 32.63%
B = 45.09%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#547BAA (or 0x547BAA) is known color: Steel Blue. HEX triplet: 54, 7B and AA. RGB value is (84,123,170). Sum of RGB (Red+Green+Blue) = 84+123+170=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #547BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547BAA is #AB8455. Grayscale: #747474. Windows color (decimal): -11240534 or 11172692. OLE color: 11172692.

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

Color convert

RGB 84 123 170 -
CMYK 0.51 0.28 0 0.33
HSL 212.79º 0.34% 0.5% -
HSV(B) 212.79º 0.51% 0.67% -
XYZ 17.99 18.95 40.74 -
YUV 116.7 158.08 104.68 -
System Red Green Blue C M Y K H S L
Decimal 84 123 170 0.51 0.28 0 0.33 212.79 0.34 0.5
Hex 54 7B AA 33 1C 0 21 D5 22 32
Octal 124 173 252 63 34 0 41 325 42 62
Binary 1010100 1111011 10101010 110011 11100 0 100001 11010101 100010 110010

Color Harmonies of #547BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547BAA

Black with #547BAA

Text Example


Text Example

White with #547BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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