Html Css Color HEX #5593AA Air Force Blue

📋 copy color: '#5593AA'

red 85 ◦ green 147 ◦ blue 170

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

Shades of Air Force Blue #5593AA

Tints of Air Force Blue #5593AA

RGB

 RED value IS 85 (33.59% from 255) = 21.14%

 GREEN value IS 147 (57.81% from 255) = 36.57%

 BLUE value IS 170 (66.8% from 255) = 42.29%

R = 21.14%
G = 36.57%
B = 42.29%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5593AA (or 0x5593AA) is known color: Air Force Blue. HEX triplet: 55, 93 and AA. RGB value is (85,147,170). Sum of RGB (Red+Green+Blue) = 85+147+170=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #5593AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5593AA is #AA6C55. Grayscale: #828282. Windows color (decimal): -11168854 or 11178837. OLE color: 11178837.

HSL color Cylindrical-coordinate representation of color #5593AA: hue angle of 196.24º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5593AA is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 147 170 -
CMYK 0.50 0.14 0 0.33
HSL 196.24º 0.33% 0.5% -
HSV(B) 196.24º 0.5% 0.67% -
XYZ 21.44 25.7 41.86 -
YUV 131.08 149.96 95.13 -
System Red Green Blue C M Y K H S L
Decimal 85 147 170 0.50 0.14 0 0.33 196.24 0.33 0.5
Hex 55 93 AA 32 E 0 21 C4 21 32
Octal 125 223 252 62 16 0 41 304 41 62
Binary 1010101 10010011 10101010 110010 1110 0 100001 11000100 100001 110010

Color Harmonies of #5593AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5593AA

Black with #5593AA

Text Example


Text Example

White with #5593AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5593AA; }

 p { color: rgb(85,147,170); }

 H1.HeaderClassName
 {
   color: #5593AA;
 }
 .AnyTagClassName
 {
   color: #5593AA;
 }
</style>

background-color css

<style>
 a { background-color: #5593AA; }

 a { background-color: rgb(85,147,170); }

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

border-color css

<style>
 span { border-color: #5593AA; }

 span { border-color: rgb(85,147,170); }

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