#5378AE

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

Shades of Steel Blue #5378AE

Tints of Steel Blue #5378AE

Color information

#5378AE (or 0x5378AE) is unknown color: approx Steel Blue. HEX triplet: 53, 78 and AE. RGB value is (83,120,174). Sum of RGB (Red+Green+Blue) = 83+120+174=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #5378AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5378AE is #AC8751. Grayscale: #727272. Windows color (decimal): -11306834 or 11434067. OLE color: 11434067.

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

Color convert

RGB83120174-
CMYK0.520.3100.32
HSL215.6º35.97%50.39%-
HSV(B)215.6º52.3%68.24%-
XYZ17.9218.3342.64-
YUV115.09161.24105.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.02%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 174 (68.36% from 255) = 46.15%
R=22.02%
G=31.83%
B=46.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831201740.520.3100.32215.635.9750.39
Hex5378AE341F020d82432
Octal12317025664370403304462
Binary101001111110001010111011010011111010000011011000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5378AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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