#5C82AF

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

Shades of Air Force Blue #5C82AF

Tints of Air Force Blue #5C82AF

Color information

#5C82AF (or 0x5C82AF) is unknown color: approx Air Force Blue. HEX triplet: 5C, 82 and AF. RGB value is (92,130,175). Sum of RGB (Red+Green+Blue) = 92+130+175=397 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.17% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C82AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C82AF is #A37D50. Grayscale: #7B7B7B. Windows color (decimal): -10714449 or 11502172. OLE color: 11502172.

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

Color convert

RGB92130175-
CMYK0.470.2600.31
HSL212.53º34.16%52.35%-
HSV(B)212.53º47.43%68.63%-
XYZ20.1321.3443.61-
YUV123.77156.91105.34-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.17%
GREEN value IS 130 (51.17% from 255) = 32.75%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=23.17%
G=32.75%
B=44.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921301750.470.2600.31212.5334.1652.35
Hex5C82AF2F1A01Fd52234
Octal13420225757320373254264
Binary101110010000010101011111011111101001111111010101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C82AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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