Html Css Color HEX #5B81AE Air Force Blue

📋 copy color: '#5B81AE'

red 91 ◦ green 129 ◦ blue 174

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

Shades of Air Force Blue #5B81AE

Tints of Air Force Blue #5B81AE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.74%

 BLUE value IS 174 (68.36% from 255) = 44.16%

R = 23.1%
G = 32.74%
B = 44.16%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B81AE (or 0x5B81AE) is known color: Air Force Blue. HEX triplet: 5B, 81 and AE. RGB value is (91,129,174). Sum of RGB (Red+Green+Blue) = 91+129+174=394 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.10% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B81AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B81AE is #A47E51. Grayscale: #7A7A7A. Windows color (decimal): -10780242 or 11436379. OLE color: 11436379.

HSL color Cylindrical-coordinate representation of color #5B81AE: hue angle of 212.53º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B81AE is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 129 174 -
CMYK 0.48 0.26 0 0.32
HSL 212.53º 0.34% 0.52% -
HSV(B) 212.53º 0.48% 0.68% -
XYZ 19.8 20.98 43.05 -
YUV 122.77 156.91 105.34 -
System Red Green Blue C M Y K H S L
Decimal 91 129 174 0.48 0.26 0 0.32 212.53 0.34 0.52
Hex 5B 81 AE 30 1A 0 20 D5 22 34
Octal 133 201 256 60 32 0 40 325 42 64
Binary 1011011 10000001 10101110 110000 11010 0 100000 11010101 100010 110100

Color Harmonies of #5B81AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B81AE

Black with #5B81AE

Text Example


Text Example

White with #5B81AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,129,174); }

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

background-color css

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

 a { background-color: rgb(91,129,174); }

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

border-color css

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

 span { border-color: rgb(91,129,174); }

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