Html Css Color HEX #5986AF Air Force Blue

📋 copy color: '#5986AF'

red 89 ◦ green 134 ◦ blue 175

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

Shades of Air Force Blue #5986AF

Tints of Air Force Blue #5986AF

RGB

 RED value IS 89 (35.16% from 255) = 22.36%

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

 BLUE value IS 175 (68.75% from 255) = 43.97%

R = 22.36%
G = 33.67%
B = 43.97%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5986AF (or 0x5986AF) is known color: Air Force Blue. HEX triplet: 59, 86 and AF. RGB value is (89,134,175). Sum of RGB (Red+Green+Blue) = 89+134+175=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #5986AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5986AF is #A67950. Grayscale: #7D7D7D. Windows color (decimal): -10910033 or 11503193. OLE color: 11503193.

HSL color Cylindrical-coordinate representation of color #5986AF: hue angle of 208.6º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5986AF is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 134 175 -
CMYK 0.49 0.23 0 0.31
HSL 208.6º 0.35% 0.52% -
HSV(B) 208.6º 0.49% 0.69% -
XYZ 20.38 22.27 43.78 -
YUV 125.22 156.09 102.17 -
System Red Green Blue C M Y K H S L
Decimal 89 134 175 0.49 0.23 0 0.31 208.6 0.35 0.52
Hex 59 86 AF 31 17 0 1F D1 23 34
Octal 131 206 257 61 27 0 37 321 43 64
Binary 1011001 10000110 10101111 110001 10111 0 11111 11010001 100011 110100

Color Harmonies of #5986AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5986AF

Black with #5986AF

Text Example


Text Example

White with #5986AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5986AF; }

 p { color: rgb(89,134,175); }

 H1.HeaderClassName
 {
   color: #5986AF;
 }
 .AnyTagClassName
 {
   color: #5986AF;
 }
</style>

background-color css

<style>
 a { background-color: #5986AF; }

 a { background-color: rgb(89,134,175); }

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

border-color css

<style>
 span { border-color: #5986AF; }

 span { border-color: rgb(89,134,175); }

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