Html Css Color HEX #5479AF Steel Blue

📋 copy color: '#5479AF'

red 84 ◦ green 121 ◦ blue 175

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

Shades of Steel Blue #5479AF

Tints of Steel Blue #5479AF

RGB

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

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

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

R = 22.11%
G = 31.84%
B = 46.05%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5479AF (or 0x5479AF) is known color: Steel Blue. HEX triplet: 54, 79 and AF. RGB value is (84,121,175). Sum of RGB (Red+Green+Blue) = 84+121+175=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #5479AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5479AF is #AB8650. Grayscale: #737373. Windows color (decimal): -11241041 or 11499860. OLE color: 11499860.

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

Color convert

RGB 84 121 175 -
CMYK 0.52 0.31 0 0.31
HSL 215.6º 0.36% 0.51% -
HSV(B) 215.6º 0.52% 0.69% -
XYZ 18.23 18.65 43.2 -
YUV 116.09 161.24 105.11 -
System Red Green Blue C M Y K H S L
Decimal 84 121 175 0.52 0.31 0 0.31 215.6 0.36 0.51
Hex 54 79 AF 34 1F 0 1F D8 24 33
Octal 124 171 257 64 37 0 37 330 44 63
Binary 1010100 1111001 10101111 110100 11111 0 11111 11011000 100100 110011

Color Harmonies of #5479AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5479AF

Black with #5479AF

Text Example


Text Example

White with #5479AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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