Html Css Color HEX #5F90AC Air Force Blue

📋 copy color: '#5F90AC'

red 95 ◦ green 144 ◦ blue 172

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

Shades of Air Force Blue #5F90AC

Tints of Air Force Blue #5F90AC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.04%

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

R = 23.11%
G = 35.04%
B = 41.85%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F90AC (or 0x5F90AC) is known color: Air Force Blue. HEX triplet: 5F, 90 and AC. RGB value is (95,144,172). Sum of RGB (Red+Green+Blue) = 95+144+172=411 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.11% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F90AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F90AC is #A06F53. Grayscale: #848484. Windows color (decimal): -10514260 or 11309151. OLE color: 11309151.

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

Color convert

RGB 95 144 172 -
CMYK 0.45 0.16 0 0.33
HSL 201.82º 0.32% 0.52% -
HSV(B) 201.82º 0.45% 0.67% -
XYZ 22.14 25.36 42.76 -
YUV 132.54 150.27 101.22 -
System Red Green Blue C M Y K H S L
Decimal 95 144 172 0.45 0.16 0 0.33 201.82 0.32 0.52
Hex 5F 90 AC 2D 10 0 21 CA 20 34
Octal 137 220 254 55 20 0 41 312 40 64
Binary 1011111 10010000 10101100 101101 10000 0 100001 11001010 100000 110100

Color Harmonies of #5F90AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F90AC

Black with #5F90AC

Text Example


Text Example

White with #5F90AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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