Html Css Color HEX #5B7F9D Air Force Blue

📋 copy color: '#5B7F9D'

red 91 ◦ green 127 ◦ blue 157

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

Shades of Air Force Blue #5B7F9D

Tints of Air Force Blue #5B7F9D

RGB

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

 GREEN value IS 127 (50% from 255) = 33.87%

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

R = 24.27%
G = 33.87%
B = 41.87%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5B7F9D (or 0x5B7F9D) is known color: Air Force Blue. HEX triplet: 5B, 7F and 9D. RGB value is (91,127,157). Sum of RGB (Red+Green+Blue) = 91+127+157=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B7F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7F9D is #A48062. Grayscale: #777777. Windows color (decimal): -10780771 or 10321755. OLE color: 10321755.

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

Color convert

RGB 91 127 157 -
CMYK 0.42 0.19 0 0.38
HSL 207.27º 0.27% 0.49% -
HSV(B) 207.27º 0.42% 0.62% -
XYZ 17.99 19.84 34.78 -
YUV 119.66 149.07 107.56 -
System Red Green Blue C M Y K H S L
Decimal 91 127 157 0.42 0.19 0 0.38 207.27 0.27 0.49
Hex 5B 7F 9D 2A 13 0 26 CF 1B 31
Octal 133 177 235 52 23 0 46 317 33 61
Binary 1011011 1111111 10011101 101010 10011 0 100110 11001111 11011 110001

Color Harmonies of #5B7F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7F9D

Black with #5B7F9D

Text Example


Text Example

White with #5B7F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,127,157); }

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

background-color css

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

 a { background-color: rgb(91,127,157); }

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

border-color css

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

 span { border-color: rgb(91,127,157); }

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