#5483AF

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

Shades of Steel Blue #5483AF

Tints of Steel Blue #5483AF

Color information

#5483AF (or 0x5483AF) is unknown color: approx Steel Blue. HEX triplet: 54, 83 and AF. RGB value is (84,131,175). Sum of RGB (Red+Green+Blue) = 84+131+175=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #5483AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5483AF is #AB7C50. Grayscale: #797979. Windows color (decimal): -11238481 or 11502420. OLE color: 11502420.

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

Color convert

RGB84131175-
CMYK0.520.2500.31
HSL209.01º36.25%50.78%-
HSV(B)209.01º52%68.63%-
XYZ19.5121.2143.62-
YUV121.96157.93100.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.54%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 175 (68.75% from 255) = 44.87%
R=21.54%
G=33.59%
B=44.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841311750.520.2500.31209.0136.2550.78
Hex5483AF341901Fd12433
Octal12420325764310373214463
Binary101010010000011101011111101001100101111111010001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5483AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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