#5380AE

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

Shades of Steel Blue #5380AE

Tints of Steel Blue #5380AE

Color information

#5380AE (or 0x5380AE) is unknown color: approx Steel Blue. HEX triplet: 53, 80 and AE. RGB value is (83,128,174). Sum of RGB (Red+Green+Blue) = 83+128+174=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #5380AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5380AE is #AC7F51. Grayscale: #777777. Windows color (decimal): -11304786 or 11436115. OLE color: 11436115.

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

Color convert

RGB83128174-
CMYK0.520.2600.32
HSL210.33º35.97%50.39%-
HSV(B)210.33º52.3%68.24%-
XYZ18.9320.3342.97-
YUV119.79158.59101.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.56%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=21.56%
G=33.25%
B=45.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831281740.520.2600.32210.3335.9750.39
Hex5380AE341A020d22432
Octal12320025664320403224462
Binary1010011100000001010111011010011010010000011010010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5380AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,128,174); }

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

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

 a { background-color: rgb(83,128,174); }

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

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

 span { border-color: rgb(83,128,174); }

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