Html Css Color HEX #5B86AE Air Force Blue

📋 copy color: '#5B86AE'

red 91 ◦ green 134 ◦ blue 174

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

Shades of Air Force Blue #5B86AE

Tints of Air Force Blue #5B86AE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.58%

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

R = 22.81%
G = 33.58%
B = 43.61%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B86AE (or 0x5B86AE) is known color: Air Force Blue. HEX triplet: 5B, 86 and AE. RGB value is (91,134,174). Sum of RGB (Red+Green+Blue) = 91+134+174=399 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.81% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B86AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B86AE is #A47951. Grayscale: #7D7D7D. Windows color (decimal): -10778962 or 11437659. OLE color: 11437659.

HSL color Cylindrical-coordinate representation of color #5B86AE: hue angle of 208.92º 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 #5B86AE is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 134 174 -
CMYK 0.48 0.23 0 0.32
HSL 208.92º 0.34% 0.52% -
HSV(B) 208.92º 0.48% 0.68% -
XYZ 20.48 22.33 43.28 -
YUV 125.7 155.25 103.25 -
System Red Green Blue C M Y K H S L
Decimal 91 134 174 0.48 0.23 0 0.32 208.92 0.34 0.52
Hex 5B 86 AE 30 17 0 20 D1 22 34
Octal 133 206 256 60 27 0 40 321 42 64
Binary 1011011 10000110 10101110 110000 10111 0 100000 11010001 100010 110100

Color Harmonies of #5B86AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B86AE

Black with #5B86AE

Text Example


Text Example

White with #5B86AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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