#5384B3

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

Shades of Steel Blue #5384B3

Tints of Steel Blue #5384B3

Color information

#5384B3 (or 0x5384B3) is unknown color: approx Steel Blue. HEX triplet: 53, 84 and B3. RGB value is (83,132,179). Sum of RGB (Red+Green+Blue) = 83+132+179=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 179 - color contains mainly: blue. Hex color #5384B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5384B3 is #AC7B4C. Grayscale: #7A7A7A. Windows color (decimal): -11303757 or 11764819. OLE color: 11764819.

HSL color Cylindrical-coordinate representation of color #5384B3: hue angle of 209.38º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5384B3 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB83132179-
CMYK0.540.2600.30
HSL209.38º38.71%51.37%-
HSV(B)209.38º53.63%70.2%-
XYZ19.9621.645.76-
YUV122.71159.7799.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.07%
GREEN value IS 132 (51.95% from 255) = 33.50%
BLUE value IS 179 (70.31% from 255) = 45.43%
R=21.07%
G=33.50%
B=45.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal831321790.540.2600.30209.3838.7151.37
Hex5384B3361A01Ed12733
Octal12320426366320363214763
Binary101001110000100101100111101101101001111011010001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5384B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5384B3; }

 p { color: rgb(83,132,179); }

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

<style>
 a { background-color: #5384B3; }

 a { background-color: rgb(83,132,179); }

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

<style>
 span { border-color: #5384B3; }

 span { border-color: rgb(83,132,179); }

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