#5479AE

Color #5479AE Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #5479AE

Tints of Steel Blue #5479AE

Color information

#5479AE (or 0x5479AE) is unknown color: approx Steel Blue. HEX triplet: 54, 79 and AE. RGB value is (84,121,174). Sum of RGB (Red+Green+Blue) = 84+121+174=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #5479AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5479AE is #AB8651. Grayscale: #737373. Windows color (decimal): -11241042 or 11434324. OLE color: 11434324.

HSL color Cylindrical-coordinate representation of color #5479AE: hue angle of 215.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5479AE is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB84121174-
CMYK0.520.3000.32
HSL215.33º35.71%50.59%-
HSV(B)215.33º51.72%68.24%-
XYZ18.1318.6242.68-
YUV115.98160.74105.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.16%
GREEN value IS 121 (47.66% from 255) = 31.93%
BLUE value IS 174 (68.36% from 255) = 45.91%
R=22.16%
G=31.93%
B=45.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841211740.520.3000.32215.3335.7150.59
Hex5479AE341E020d72433
Octal12417125664360403274463
Binary101010011110011010111011010011110010000011010111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5479AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5479AE;
 }
 .AnyTagClassName
 {
   color: #5479AE;
 }
</style>
background-color css

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

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

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

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

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

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