Html Css Color HEX #5479AD Steel Blue

📋 copy color: '#5479AD'

red 84 ◦ green 121 ◦ blue 173

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

Shades of Steel Blue #5479AD

Tints of Steel Blue #5479AD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.01%

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

R = 22.22%
G = 32.01%
B = 45.77%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5479AD (or 0x5479AD) is known color: Steel Blue. HEX triplet: 54, 79 and AD. RGB value is (84,121,173). Sum of RGB (Red+Green+Blue) = 84+121+173=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #5479AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5479AD is #AB8652. Grayscale: #737373. Windows color (decimal): -11241043 or 11368788. OLE color: 11368788.

HSL color Cylindrical-coordinate representation of color #5479AD: hue angle of 215.06º 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 #5479AD is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 121 173 -
CMYK 0.51 0.30 0 0.32
HSL 215.06º 0.35% 0.5% -
HSV(B) 215.06º 0.51% 0.68% -
XYZ 18.04 18.58 42.17 -
YUV 115.87 160.24 105.27 -
System Red Green Blue C M Y K H S L
Decimal 84 121 173 0.51 0.30 0 0.32 215.06 0.35 0.5
Hex 54 79 AD 33 1E 0 20 D7 23 32
Octal 124 171 255 63 36 0 40 327 43 62
Binary 1010100 1111001 10101101 110011 11110 0 100000 11010111 100011 110010

Color Harmonies of #5479AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5479AD

Black with #5479AD

Text Example


Text Example

White with #5479AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5479AD; }

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

 H1.HeaderClassName
 {
   color: #5479AD;
 }
 .AnyTagClassName
 {
   color: #5479AD;
 }
</style>

background-color css

<style>
 a { background-color: #5479AD; }

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

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

border-color css

<style>
 span { border-color: #5479AD; }

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

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