Html Css Color HEX #5F90AE Air Force Blue

📋 copy color: '#5F90AE'

red 95 ◦ green 144 ◦ blue 174

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

Shades of Air Force Blue #5F90AE

Tints of Air Force Blue #5F90AE

RGB

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

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

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

R = 23%
G = 34.87%
B = 42.13%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5F90AE (or 0x5F90AE) is known color: Air Force Blue. HEX triplet: 5F, 90 and AE. RGB value is (95,144,174). Sum of RGB (Red+Green+Blue) = 95+144+174=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #5F90AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F90AE is #A06F51. Grayscale: #848484. Windows color (decimal): -10514258 or 11440223. OLE color: 11440223.

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

Color convert

RGB 95 144 174 -
CMYK 0.45 0.17 0 0.32
HSL 202.78º 0.33% 0.53% -
HSV(B) 202.78º 0.45% 0.68% -
XYZ 22.33 25.44 43.78 -
YUV 132.77 151.27 101.06 -
System Red Green Blue C M Y K H S L
Decimal 95 144 174 0.45 0.17 0 0.32 202.78 0.33 0.53
Hex 5F 90 AE 2D 11 0 20 CB 21 35
Octal 137 220 256 55 21 0 40 313 41 65
Binary 1011111 10010000 10101110 101101 10001 0 100000 11001011 100001 110101

Color Harmonies of #5F90AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F90AE

Black with #5F90AE

Text Example


Text Example

White with #5F90AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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