Html Css Color HEX #5A839F Air Force Blue

📋 copy color: '#5A839F'

red 90 ◦ green 131 ◦ blue 159

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

Shades of Air Force Blue #5A839F

Tints of Air Force Blue #5A839F

RGB

 RED value IS 90 (35.55% from 255) = 23.68%

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

 BLUE value IS 159 (62.5% from 255) = 41.84%

R = 23.68%
G = 34.47%
B = 41.84%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5A839F (or 0x5A839F) is known color: Air Force Blue. HEX triplet: 5A, 83 and 9F. RGB value is (90,131,159). Sum of RGB (Red+Green+Blue) = 90+131+159=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #5A839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A839F is #A57C60. Grayscale: #797979. Windows color (decimal): -10845281 or 10453850. OLE color: 10453850.

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

Color convert

RGB 90 131 159 -
CMYK 0.43 0.18 0 0.38
HSL 204.35º 0.28% 0.49% -
HSV(B) 204.35º 0.43% 0.62% -
XYZ 18.59 20.91 35.86 -
YUV 121.93 148.92 105.22 -
System Red Green Blue C M Y K H S L
Decimal 90 131 159 0.43 0.18 0 0.38 204.35 0.28 0.49
Hex 5A 83 9F 2B 12 0 26 CC 1C 31
Octal 132 203 237 53 22 0 46 314 34 61
Binary 1011010 10000011 10011111 101011 10010 0 100110 11001100 11100 110001

Color Harmonies of #5A839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A839F

Black with #5A839F

Text Example


Text Example

White with #5A839F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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