#5C81A4

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

Shades of Air Force Blue #5C81A4

Tints of Air Force Blue #5C81A4

Color information

#5C81A4 (or 0x5C81A4) is unknown color: approx Air Force Blue. HEX triplet: 5C, 81 and A4. RGB value is (92,129,164). Sum of RGB (Red+Green+Blue) = 92+129+164=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 164 - color contains mainly: blue. Hex color #5C81A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C81A4 is #A37E5B. Grayscale: #797979. Windows color (decimal): -10714716 or 10781020. OLE color: 10781020.

HSL color Cylindrical-coordinate representation of color #5C81A4: hue angle of 209.17º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5C81A4 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB92129164-
CMYK0.440.2100.36
HSL209.17º28.35%50.2%-
HSV(B)209.17º43.9%64.31%-
XYZ18.9620.6638.11-
YUV121.93151.74106.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.90%
GREEN value IS 129 (50.78% from 255) = 33.51%
BLUE value IS 164 (64.45% from 255) = 42.60%
R=23.90%
G=33.51%
B=42.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal921291640.440.2100.36209.1728.3550.2
Hex5C81A42C15024d11c32
Octal13420124454250443213462
Binary101110010000001101001001011001010101001001101000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C81A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,129,164); }

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

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

 a { background-color: rgb(92,129,164); }

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

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

 span { border-color: rgb(92,129,164); }

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