#5383AF

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

Shades of Steel Blue #5383AF

Tints of Steel Blue #5383AF

Color information

#5383AF (or 0x5383AF) is unknown color: approx Steel Blue. HEX triplet: 53, 83 and AF. RGB value is (83,131,175). Sum of RGB (Red+Green+Blue) = 83+131+175=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #5383AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5383AF is #AC7C50. Grayscale: #797979. Windows color (decimal): -11304017 or 11502419. OLE color: 11502419.

HSL color Cylindrical-coordinate representation of color #5383AF: hue angle of 208.7º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5383AF is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB83131175-
CMYK0.530.2500.31
HSL208.7º36.51%50.59%-
HSV(B)208.7º52.57%68.63%-
XYZ19.4221.1743.62-
YUV121.66158.1100.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.34%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 175 (68.75% from 255) = 44.99%
R=21.34%
G=33.68%
B=44.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831311750.530.2500.31208.736.5150.59
Hex5383AF351901Fd12533
Octal12320325765310373214563
Binary101001110000011101011111101011100101111111010001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5383AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,131,175); }

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

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

 a { background-color: rgb(83,131,175); }

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

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

 span { border-color: rgb(83,131,175); }

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