#5B84A9

Color #5B84A9 Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #5B84A9

Tints of Air Force Blue #5B84A9

Color information

#5B84A9 (or 0x5B84A9) is unknown color: approx Air Force Blue. HEX triplet: 5B, 84 and A9. RGB value is (91,132,169). Sum of RGB (Red+Green+Blue) = 91+132+169=392 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.21% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 169 - color contains mainly: blue. Hex color #5B84A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B84A9 is #A47B56. Grayscale: #7B7B7B. Windows color (decimal): -10779479 or 11109467. OLE color: 11109467.

HSL color Cylindrical-coordinate representation of color #5B84A9: hue angle of 208.46º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B84A9 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB91132169-
CMYK0.460.2200.34
HSL208.46º31.2%50.98%-
HSV(B)208.46º46.15%66.27%-
XYZ19.7321.5940.66-
YUV123.96153.42104.49-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.21%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 169 (66.41% from 255) = 43.11%
R=23.21%
G=33.67%
B=43.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal911321690.460.2200.34208.4631.250.98
Hex5B84A92E16022d01f33
Octal13320425156260423203763
Binary101101110000100101010011011101011001000101101000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B84A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B84A9; }

 p { color: rgb(91,132,169); }

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

<style>
 a { background-color: #5B84A9; }

 a { background-color: rgb(91,132,169); }

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

<style>
 span { border-color: #5B84A9; }

 span { border-color: rgb(91,132,169); }

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