#5C80AA

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

Shades of Air Force Blue #5C80AA

Tints of Air Force Blue #5C80AA

Color information

#5C80AA (or 0x5C80AA) is unknown color: approx Air Force Blue. HEX triplet: 5C, 80 and AA. RGB value is (92,128,170). Sum of RGB (Red+Green+Blue) = 92+128+170=390 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.59% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C80AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C80AA is #A37F55. Grayscale: #797979. Windows color (decimal): -10714966 or 11173980. OLE color: 11173980.

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

Color convert

RGB92128170-
CMYK0.460.2500.33
HSL212.31º31.45%51.37%-
HSV(B)212.31º45.88%66.67%-
XYZ19.3920.6240.99-
YUV122.02155.07106.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.59%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=23.59%
G=32.82%
B=43.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921281700.460.2500.33212.3131.4551.37
Hex5C80AA2E19021d41f33
Octal13420025256310413243763
Binary101110010000000101010101011101100101000011101010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C80AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,128,170); }

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

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

 a { background-color: rgb(92,128,170); }

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

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

 span { border-color: rgb(92,128,170); }

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