Html Css Color HEX #5992AE Air Force Blue

📋 copy color: '#5992AE'

red 89 ◦ green 146 ◦ blue 174

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

Shades of Air Force Blue #5992AE

Tints of Air Force Blue #5992AE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.7%

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

R = 21.76%
G = 35.7%
B = 42.54%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5992AE (or 0x5992AE) is known color: Air Force Blue. HEX triplet: 59, 92 and AE. RGB value is (89,146,174). Sum of RGB (Red+Green+Blue) = 89+146+174=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #5992AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5992AE is #A66D51. Grayscale: #838383. Windows color (decimal): -10906962 or 11440729. OLE color: 11440729.

HSL color Cylindrical-coordinate representation of color #5992AE: hue angle of 199.76º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5992AE is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 146 174 -
CMYK 0.49 0.16 0 0.32
HSL 199.76º 0.34% 0.52% -
HSV(B) 199.76º 0.49% 0.68% -
XYZ 22.04 25.74 43.85 -
YUV 132.15 151.62 97.22 -
System Red Green Blue C M Y K H S L
Decimal 89 146 174 0.49 0.16 0 0.32 199.76 0.34 0.52
Hex 59 92 AE 31 10 0 20 C8 22 34
Octal 131 222 256 61 20 0 40 310 42 64
Binary 1011001 10010010 10101110 110001 10000 0 100000 11001000 100010 110100

Color Harmonies of #5992AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5992AE

Black with #5992AE

Text Example


Text Example

White with #5992AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5992AE; }

 p { color: rgb(89,146,174); }

 H1.HeaderClassName
 {
   color: #5992AE;
 }
 .AnyTagClassName
 {
   color: #5992AE;
 }
</style>

background-color css

<style>
 a { background-color: #5992AE; }

 a { background-color: rgb(89,146,174); }

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

border-color css

<style>
 span { border-color: #5992AE; }

 span { border-color: rgb(89,146,174); }

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