Html Css Color HEX #547BAD Steel Blue

📋 copy color: '#547BAD'

red 84 ◦ green 123 ◦ blue 173

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

Shades of Steel Blue #547BAD

Tints of Steel Blue #547BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.53%

R = 22.11%
G = 32.37%
B = 45.53%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#547BAD (or 0x547BAD) is known color: Steel Blue. HEX triplet: 54, 7B and AD. RGB value is (84,123,173). Sum of RGB (Red+Green+Blue) = 84+123+173=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #547BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547BAD is #AB8452. Grayscale: #747474. Windows color (decimal): -11240531 or 11369300. OLE color: 11369300.

HSL color Cylindrical-coordinate representation of color #547BAD: hue angle of 213.71º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #547BAD is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 123 173 -
CMYK 0.51 0.29 0 0.32
HSL 213.71º 0.35% 0.5% -
HSV(B) 213.71º 0.51% 0.68% -
XYZ 18.28 19.07 42.25 -
YUV 117.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 84 123 173 0.51 0.29 0 0.32 213.71 0.35 0.5
Hex 54 7B AD 33 1D 0 20 D6 23 32
Octal 124 173 255 63 35 0 40 326 43 62
Binary 1010100 1111011 10101101 110011 11101 0 100000 11010110 100011 110010

Color Harmonies of #547BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547BAD

Black with #547BAD

Text Example


Text Example

White with #547BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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