Html Css Color HEX #547FAF Steel Blue

📋 copy color: '#547FAF'

red 84 ◦ green 127 ◦ blue 175

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

Shades of Steel Blue #547FAF

Tints of Steel Blue #547FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 32.9%

 BLUE value IS 175 (68.75% from 255) = 45.34%

R = 21.76%
G = 32.9%
B = 45.34%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#547FAF (or 0x547FAF) is known color: Steel Blue. HEX triplet: 54, 7F and AF. RGB value is (84,127,175). Sum of RGB (Red+Green+Blue) = 84+127+175=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #547FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547FAF is #AB8050. Grayscale: #777777. Windows color (decimal): -11239505 or 11501396. OLE color: 11501396.

HSL color Cylindrical-coordinate representation of color #547FAF: hue angle of 211.65º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #547FAF is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 127 175 -
CMYK 0.52 0.27 0 0.31
HSL 211.65º 0.36% 0.51% -
HSV(B) 211.65º 0.52% 0.69% -
XYZ 18.98 20.16 43.45 -
YUV 119.62 159.25 102.6 -
System Red Green Blue C M Y K H S L
Decimal 84 127 175 0.52 0.27 0 0.31 211.65 0.36 0.51
Hex 54 7F AF 34 1B 0 1F D4 24 33
Octal 124 177 257 64 33 0 37 324 44 63
Binary 1010100 1111111 10101111 110100 11011 0 11111 11010100 100100 110011

Color Harmonies of #547FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547FAF

Black with #547FAF

Text Example


Text Example

White with #547FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,127,175); }

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

background-color css

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

 a { background-color: rgb(84,127,175); }

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

border-color css

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

 span { border-color: rgb(84,127,175); }

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