Html Css Color HEX #5593AF Air Force Blue

📋 copy color: '#5593AF'

red 85 ◦ green 147 ◦ blue 175

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

Shades of Air Force Blue #5593AF

Tints of Air Force Blue #5593AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43%

R = 20.88%
G = 36.12%
B = 43%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5593AF (or 0x5593AF) is known color: Air Force Blue. HEX triplet: 55, 93 and AF. RGB value is (85,147,175). Sum of RGB (Red+Green+Blue) = 85+147+175=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #5593AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5593AF is #AA6C50. Grayscale: #838383. Windows color (decimal): -11168849 or 11506517. OLE color: 11506517.

HSL color Cylindrical-coordinate representation of color #5593AF: hue angle of 198.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5593AF is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 147 175 -
CMYK 0.51 0.16 0 0.31
HSL 198.67º 0.36% 0.51% -
HSV(B) 198.67º 0.51% 0.69% -
XYZ 21.92 25.89 44.4 -
YUV 131.65 152.46 94.72 -
System Red Green Blue C M Y K H S L
Decimal 85 147 175 0.51 0.16 0 0.31 198.67 0.36 0.51
Hex 55 93 AF 33 10 0 1F C7 24 33
Octal 125 223 257 63 20 0 37 307 44 63
Binary 1010101 10010011 10101111 110011 10000 0 11111 11000111 100100 110011

Color Harmonies of #5593AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5593AF

Black with #5593AF

Text Example


Text Example

White with #5593AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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