Html Css Color HEX #5593AD Air Force Blue

📋 copy color: '#5593AD'

red 85 ◦ green 147 ◦ blue 173

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

Shades of Air Force Blue #5593AD

Tints of Air Force Blue #5593AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.72%

R = 20.99%
G = 36.3%
B = 42.72%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5593AD (or 0x5593AD) is known color: Air Force Blue. HEX triplet: 55, 93 and AD. RGB value is (85,147,173). Sum of RGB (Red+Green+Blue) = 85+147+173=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #5593AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5593AD is #AA6C52. Grayscale: #838383. Windows color (decimal): -11168851 or 11375445. OLE color: 11375445.

HSL color Cylindrical-coordinate representation of color #5593AD: hue angle of 197.73º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5593AD is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 147 173 -
CMYK 0.51 0.15 0 0.32
HSL 197.73º 0.35% 0.51% -
HSV(B) 197.73º 0.51% 0.68% -
XYZ 21.72 25.82 43.37 -
YUV 131.43 151.46 94.89 -
System Red Green Blue C M Y K H S L
Decimal 85 147 173 0.51 0.15 0 0.32 197.73 0.35 0.51
Hex 55 93 AD 33 F 0 20 C6 23 33
Octal 125 223 255 63 17 0 40 306 43 63
Binary 1010101 10010011 10101101 110011 1111 0 100000 11000110 100011 110011

Color Harmonies of #5593AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5593AD

Black with #5593AD

Text Example


Text Example

White with #5593AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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