Html Css Color HEX #5F839D Air Force Blue

📋 copy color: '#5F839D'

red 95 ◦ green 131 ◦ blue 157

#5F839D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #5F839D

Tints of Air Force Blue #5F839D

RGB

 RED value IS 95 (37.5% from 255) = 24.8%

 GREEN value IS 131 (51.56% from 255) = 34.2%

 BLUE value IS 157 (61.72% from 255) = 40.99%

R = 24.8%
G = 34.2%
B = 40.99%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F839D (or 0x5F839D) is known color: Air Force Blue. HEX triplet: 5F, 83 and 9D. RGB value is (95,131,157). Sum of RGB (Red+Green+Blue) = 95+131+157=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F839D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F839D is #A07C62. Grayscale: #7B7B7B. Windows color (decimal): -10517603 or 10322783. OLE color: 10322783.

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

Color convert

RGB 95 131 157 -
CMYK 0.39 0.17 0 0.38
HSL 205.16º 0.25% 0.49% -
HSV(B) 205.16º 0.39% 0.62% -
XYZ 18.92 21.1 34.97 -
YUV 123.2 147.07 107.89 -
System Red Green Blue C M Y K H S L
Decimal 95 131 157 0.39 0.17 0 0.38 205.16 0.25 0.49
Hex 5F 83 9D 27 11 0 26 CD 19 31
Octal 137 203 235 47 21 0 46 315 31 61
Binary 1011111 10000011 10011101 100111 10001 0 100110 11001101 11001 110001

Color Harmonies of #5F839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F839D

Black with #5F839D

Text Example


Text Example

White with #5F839D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F839D;
 }
 .AnyTagClassName
 {
   color: #5F839D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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