#5382AF

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

Shades of Steel Blue #5382AF

Tints of Steel Blue #5382AF

Color information

#5382AF (or 0x5382AF) is unknown color: approx Steel Blue. HEX triplet: 53, 82 and AF. RGB value is (83,130,175). Sum of RGB (Red+Green+Blue) = 83+130+175=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #5382AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5382AF is #AC7D50. Grayscale: #787878. Windows color (decimal): -11304273 or 11502163. OLE color: 11502163.

HSL color Cylindrical-coordinate representation of color #5382AF: hue angle of 209.35º 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 #5382AF is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB83130175-
CMYK0.530.2600.31
HSL209.35º36.51%50.59%-
HSV(B)209.35º52.57%68.63%-
XYZ19.2920.943.57-
YUV121.08158.43100.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.39%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 175 (68.75% from 255) = 45.10%
R=21.39%
G=33.51%
B=45.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831301750.530.2600.31209.3536.5150.59
Hex5382AF351A01Fd12533
Octal12320225765320373214563
Binary101001110000010101011111101011101001111111010001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5382AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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