Html Css Color HEX #5F8AAC Air Force Blue

📋 copy color: '#5F8AAC'

red 95 ◦ green 138 ◦ blue 172

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

Shades of Air Force Blue #5F8AAC

Tints of Air Force Blue #5F8AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.07%

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

R = 23.46%
G = 34.07%
B = 42.47%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F8AAC (or 0x5F8AAC) is known color: Air Force Blue. HEX triplet: 5F, 8A and AC. RGB value is (95,138,172). Sum of RGB (Red+Green+Blue) = 95+138+172=405 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.46% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F8AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8AAC is #A07553. Grayscale: #808080. Windows color (decimal): -10515796 or 11307615. OLE color: 11307615.

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

Color convert

RGB 95 138 172 -
CMYK 0.45 0.20 0 0.33
HSL 206.49º 0.32% 0.52% -
HSV(B) 206.49º 0.45% 0.67% -
XYZ 21.25 23.59 42.46 -
YUV 129.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 95 138 172 0.45 0.20 0 0.33 206.49 0.32 0.52
Hex 5F 8A AC 2D 14 0 21 CE 20 34
Octal 137 212 254 55 24 0 41 316 40 64
Binary 1011111 10001010 10101100 101101 10100 0 100001 11001110 100000 110100

Color Harmonies of #5F8AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8AAC

Black with #5F8AAC

Text Example


Text Example

White with #5F8AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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