Html Css Color HEX #5B7D9D Air Force Blue

📋 copy color: '#5B7D9D'

red 91 ◦ green 125 ◦ blue 157

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

Shades of Air Force Blue #5B7D9D

Tints of Air Force Blue #5B7D9D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.51%

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

R = 24.4%
G = 33.51%
B = 42.09%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5B7D9D (or 0x5B7D9D) is known color: Air Force Blue. HEX triplet: 5B, 7D and 9D. RGB value is (91,125,157). Sum of RGB (Red+Green+Blue) = 91+125+157=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B7D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7D9D is #A48262. Grayscale: #767676. Windows color (decimal): -10781283 or 10321243. OLE color: 10321243.

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

Color convert

RGB 91 125 157 -
CMYK 0.42 0.20 0 0.38
HSL 209.09º 0.27% 0.49% -
HSV(B) 209.09º 0.42% 0.62% -
XYZ 17.73 19.33 34.69 -
YUV 118.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 91 125 157 0.42 0.20 0 0.38 209.09 0.27 0.49
Hex 5B 7D 9D 2A 14 0 26 D1 1B 31
Octal 133 175 235 52 24 0 46 321 33 61
Binary 1011011 1111101 10011101 101010 10100 0 100110 11010001 11011 110001

Color Harmonies of #5B7D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7D9D

Black with #5B7D9D

Text Example


Text Example

White with #5B7D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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