Html Css Color HEX #5B839F Air Force Blue

📋 copy color: '#5B839F'

red 91 ◦ green 131 ◦ blue 159

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

Shades of Air Force Blue #5B839F

Tints of Air Force Blue #5B839F

RGB

 RED value IS 91 (35.94% from 255) = 23.88%

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

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

R = 23.88%
G = 34.38%
B = 41.73%

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

#5B839F (or 0x5B839F) is known color: Air Force Blue. HEX triplet: 5B, 83 and 9F. RGB value is (91,131,159). Sum of RGB (Red+Green+Blue) = 91+131+159=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B839F is #A47C60. Grayscale: #7A7A7A. Windows color (decimal): -10779745 or 10453851. OLE color: 10453851.

HSL color Cylindrical-coordinate representation of color #5B839F: hue angle of 204.71º degrees, saturation: 0.27, 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 #5B839F is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 91 131 159 -
CMYK 0.43 0.18 0 0.38
HSL 204.71º 0.27% 0.49% -
HSV(B) 204.71º 0.43% 0.62% -
XYZ 18.69 20.96 35.86 -
YUV 122.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 91 131 159 0.43 0.18 0 0.38 204.71 0.27 0.49
Hex 5B 83 9F 2B 12 0 26 CD 1B 31
Octal 133 203 237 53 22 0 46 315 33 61
Binary 1011011 10000011 10011111 101011 10010 0 100110 11001101 11011 110001

Color Harmonies of #5B839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B839F

Black with #5B839F

Text Example


Text Example

White with #5B839F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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