Html Css Color HEX #547DAF Steel Blue

📋 copy color: '#547DAF'

red 84 ◦ green 125 ◦ blue 175

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

Shades of Steel Blue #547DAF

Tints of Steel Blue #547DAF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.55%

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

R = 21.88%
G = 32.55%
B = 45.57%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#547DAF (or 0x547DAF) is known color: Steel Blue. HEX triplet: 54, 7D and AF. RGB value is (84,125,175). Sum of RGB (Red+Green+Blue) = 84+125+175=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #547DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547DAF is #AB8250. Grayscale: #767676. Windows color (decimal): -11240017 or 11500884. OLE color: 11500884.

HSL color Cylindrical-coordinate representation of color #547DAF: hue angle of 212.97º 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 #547DAF is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 125 175 -
CMYK 0.52 0.29 0 0.31
HSL 212.97º 0.36% 0.51% -
HSV(B) 212.97º 0.52% 0.69% -
XYZ 18.73 19.65 43.36 -
YUV 118.44 159.92 103.43 -
System Red Green Blue C M Y K H S L
Decimal 84 125 175 0.52 0.29 0 0.31 212.97 0.36 0.51
Hex 54 7D AF 34 1D 0 1F D5 24 33
Octal 124 175 257 64 35 0 37 325 44 63
Binary 1010100 1111101 10101111 110100 11101 0 11111 11010101 100100 110011

Color Harmonies of #547DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547DAF

Black with #547DAF

Text Example


Text Example

White with #547DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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