Html Css Color HEX #547BA9 Steel Blue

📋 copy color: '#547BA9'

red 84 ◦ green 123 ◦ blue 169

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

Shades of Steel Blue #547BA9

Tints of Steel Blue #547BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.95%

R = 22.34%
G = 32.71%
B = 44.95%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#547BA9 (or 0x547BA9) is known color: Steel Blue. HEX triplet: 54, 7B and A9. RGB value is (84,123,169). Sum of RGB (Red+Green+Blue) = 84+123+169=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 169 - color contains mainly: blue. Hex color #547BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547BA9 is #AB8456. Grayscale: #747474. Windows color (decimal): -11240535 or 11107156. OLE color: 11107156.

HSL color Cylindrical-coordinate representation of color #547BA9: hue angle of 212.47º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #547BA9 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 84 123 169 -
CMYK 0.50 0.27 0 0.34
HSL 212.47º 0.34% 0.5% -
HSV(B) 212.47º 0.5% 0.66% -
XYZ 17.9 18.92 40.24 -
YUV 116.58 157.58 104.76 -
System Red Green Blue C M Y K H S L
Decimal 84 123 169 0.50 0.27 0 0.34 212.47 0.34 0.5
Hex 54 7B A9 32 1B 0 22 D4 22 32
Octal 124 173 251 62 33 0 42 324 42 62
Binary 1010100 1111011 10101001 110010 11011 0 100010 11010100 100010 110010

Color Harmonies of #547BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547BA9

Black with #547BA9

Text Example


Text Example

White with #547BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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