#5084AB

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

Shades of Steel Blue #5084AB

Tints of Steel Blue #5084AB

Color information

#5084AB (or 0x5084AB) is unknown color: approx Steel Blue. HEX triplet: 50, 84 and AB. RGB value is (80,132,171). Sum of RGB (Red+Green+Blue) = 80+132+171=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #5084AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5084AB is #AF7B54. Grayscale: #787878. Windows color (decimal): -11500373 or 11240528. OLE color: 11240528.

HSL color Cylindrical-coordinate representation of color #5084AB: hue angle of 205.71º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5084AB is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80132171-
CMYK0.530.2300.33
HSL205.71º36.25%49.22%-
HSV(B)205.71º53.22%67.06%-
XYZ18.9121.1541.61-
YUV120.9156.2798.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.89%
GREEN value IS 132 (51.95% from 255) = 34.46%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=20.89%
G=34.46%
B=44.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801321710.530.2300.33205.7136.2549.22
Hex5084AB3517021ce2431
Octal12020425365270413164461
Binary1010000100001001010101111010110111010000111001110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5084AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5084AB; }

 p { color: rgb(80,132,171); }

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

<style>
 a { background-color: #5084AB; }

 a { background-color: rgb(80,132,171); }

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

<style>
 span { border-color: #5084AB; }

 span { border-color: rgb(80,132,171); }

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