Html Css Color HEX #547CA9 Steel Blue

📋 copy color: '#547CA9'

red 84 ◦ green 124 ◦ blue 169

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

Shades of Steel Blue #547CA9

Tints of Steel Blue #547CA9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.89%

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

R = 22.28%
G = 32.89%
B = 44.83%

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

#547CA9 (or 0x547CA9) is known color: Steel Blue. HEX triplet: 54, 7C and A9. RGB value is (84,124,169). Sum of RGB (Red+Green+Blue) = 84+124+169=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 169 - color contains mainly: blue. Hex color #547CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547CA9 is #AB8356. Grayscale: #747474. Windows color (decimal): -11240279 or 11107412. OLE color: 11107412.

HSL color Cylindrical-coordinate representation of color #547CA9: hue angle of 211.76º 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 #547CA9 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 84 124 169 -
CMYK 0.50 0.27 0 0.34
HSL 211.76º 0.34% 0.5% -
HSV(B) 211.76º 0.5% 0.66% -
XYZ 18.03 19.16 40.29 -
YUV 117.17 157.25 104.34 -
System Red Green Blue C M Y K H S L
Decimal 84 124 169 0.50 0.27 0 0.34 211.76 0.34 0.5
Hex 54 7C A9 32 1B 0 22 D4 22 32
Octal 124 174 251 62 33 0 42 324 42 62
Binary 1010100 1111100 10101001 110010 11011 0 100010 11010100 100010 110010

Color Harmonies of #547CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CA9

Black with #547CA9

Text Example


Text Example

White with #547CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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