#5C839D

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

Shades of Air Force Blue #5C839D

Tints of Air Force Blue #5C839D

Color information

#5C839D (or 0x5C839D) is unknown color: approx Air Force Blue. HEX triplet: 5C, 83 and 9D. RGB value is (92,131,157). Sum of RGB (Red+Green+Blue) = 92+131+157=380 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.21% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #5C839D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C839D is #A37C62. Grayscale: #7A7A7A. Windows color (decimal): -10714211 or 10322780. OLE color: 10322780.

HSL color Cylindrical-coordinate representation of color #5C839D: hue angle of 204º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C839D is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB92131157-
CMYK0.410.1700.38
HSL204º26.1%48.82%-
HSV(B)204º41.4%61.57%-
XYZ18.6220.9434.96-
YUV122.3147.58106.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.21%
GREEN value IS 131 (51.56% from 255) = 34.47%
BLUE value IS 157 (61.72% from 255) = 41.32%
R=24.21%
G=34.47%
B=41.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal921311570.410.1700.3820426.148.82
Hex5C839D2911026cc1a31
Octal13420323551210463143261
Binary101110010000011100111011010011000101001101100110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,131,157); }

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

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

 a { background-color: rgb(92,131,157); }

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

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

 span { border-color: rgb(92,131,157); }

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