#5D839F

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

Shades of Air Force Blue #5D839F

Tints of Air Force Blue #5D839F

Color information

#5D839F (or 0x5D839F) is unknown color: approx Air Force Blue. HEX triplet: 5D, 83 and 9F. RGB value is (93,131,159). Sum of RGB (Red+Green+Blue) = 93+131+159=383 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.28% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #5D839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D839F is #A27C60. Grayscale: #7A7A7A. Windows color (decimal): -10648673 or 10453853. OLE color: 10453853.

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

Color convert

RGB93131159-
CMYK0.420.1800.38
HSL205.45º26.19%49.41%-
HSV(B)205.45º41.51%62.35%-
XYZ18.8921.0635.87-
YUV122.83148.41106.72-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.28%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=24.28%
G=34.20%
B=41.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal931311590.420.1800.38205.4526.1949.41
Hex5D839F2A12026cd1a31
Octal13520323752220463153261
Binary101110110000011100111111010101001001001101100110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,131,159); }

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

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

 a { background-color: rgb(93,131,159); }

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

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

 span { border-color: rgb(93,131,159); }

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