Html Css Color HEX #547DAB Steel Blue

📋 copy color: '#547DAB'

red 84 ◦ green 125 ◦ blue 171

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

Shades of Steel Blue #547DAB

Tints of Steel Blue #547DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45%

R = 22.11%
G = 32.89%
B = 45%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#547DAB (or 0x547DAB) is known color: Steel Blue. HEX triplet: 54, 7D and AB. RGB value is (84,125,171). Sum of RGB (Red+Green+Blue) = 84+125+171=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #547DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547DAB is #AB8254. Grayscale: #757575. Windows color (decimal): -11240021 or 11238740. OLE color: 11238740.

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

Color convert

RGB 84 125 171 -
CMYK 0.51 0.27 0 0.33
HSL 211.72º 0.34% 0.5% -
HSV(B) 211.72º 0.51% 0.67% -
XYZ 18.34 19.49 41.32 -
YUV 117.99 157.92 103.76 -
System Red Green Blue C M Y K H S L
Decimal 84 125 171 0.51 0.27 0 0.33 211.72 0.34 0.5
Hex 54 7D AB 33 1B 0 21 D4 22 32
Octal 124 175 253 63 33 0 41 324 42 62
Binary 1010100 1111101 10101011 110011 11011 0 100001 11010100 100010 110010

Color Harmonies of #547DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547DAB

Black with #547DAB

Text Example


Text Example

White with #547DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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