#5A82AF

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

Shades of Air Force Blue #5A82AF

Tints of Air Force Blue #5A82AF

Color information

#5A82AF (or 0x5A82AF) is unknown color: approx Air Force Blue. HEX triplet: 5A, 82 and AF. RGB value is (90,130,175). Sum of RGB (Red+Green+Blue) = 90+130+175=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #5A82AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A82AF is #A57D50. Grayscale: #7A7A7A. Windows color (decimal): -10845521 or 11502170. OLE color: 11502170.

HSL color Cylindrical-coordinate representation of color #5A82AF: hue angle of 211.76º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A82AF is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB90130175-
CMYK0.490.2600.31
HSL211.76º34.69%51.96%-
HSV(B)211.76º48.57%68.63%-
XYZ19.9421.2343.61-
YUV123.17157.25104.34-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.78%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 175 (68.75% from 255) = 44.30%
R=22.78%
G=32.91%
B=44.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal901301750.490.2600.31211.7634.6951.96
Hex5A82AF311A01Fd42334
Octal13220225761320373244364
Binary101101010000010101011111100011101001111111010100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A82AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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