Html Css Color HEX #5F86AC Air Force Blue

📋 copy color: '#5F86AC'

red 95 ◦ green 134 ◦ blue 172

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

Shades of Air Force Blue #5F86AC

Tints of Air Force Blue #5F86AC

RGB

 RED value IS 95 (37.5% from 255) = 23.69%

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

 BLUE value IS 172 (67.58% from 255) = 42.89%

R = 23.69%
G = 33.42%
B = 42.89%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F86AC (or 0x5F86AC) is known color: Air Force Blue. HEX triplet: 5F, 86 and AC. RGB value is (95,134,172). Sum of RGB (Red+Green+Blue) = 95+134+172=401 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.69% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F86AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F86AC is #A07953. Grayscale: #7E7E7E. Windows color (decimal): -10516820 or 11306591. OLE color: 11306591.

HSL color Cylindrical-coordinate representation of color #5F86AC: hue angle of 209.61º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F86AC is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 134 172 -
CMYK 0.45 0.22 0 0.33
HSL 209.61º 0.32% 0.52% -
HSV(B) 209.61º 0.45% 0.67% -
XYZ 20.69 22.46 42.27 -
YUV 126.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 95 134 172 0.45 0.22 0 0.33 209.61 0.32 0.52
Hex 5F 86 AC 2D 16 0 21 D2 20 34
Octal 137 206 254 55 26 0 41 322 40 64
Binary 1011111 10000110 10101100 101101 10110 0 100001 11010010 100000 110100

Color Harmonies of #5F86AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F86AC

Black with #5F86AC

Text Example


Text Example

White with #5F86AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,134,172); }

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

background-color css

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

 a { background-color: rgb(95,134,172); }

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

border-color css

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

 span { border-color: rgb(95,134,172); }

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