#5593A5

Color #5593A5 Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #5593A5

Tints of Air Force Blue #5593A5

Color information

#5593A5 (or 0x5593A5) is unknown color: approx Air Force Blue. HEX triplet: 55, 93 and A5. RGB value is (85,147,165). Sum of RGB (Red+Green+Blue) = 85+147+165=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 165 - color contains mainly: blue. Hex color #5593A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5593A5 is #AA6C5A. Grayscale: #828282. Windows color (decimal): -11168859 or 10851157. OLE color: 10851157.

HSL color Cylindrical-coordinate representation of color #5593A5: hue angle of 193.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5593A5 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB85147165-
CMYK0.480.1100.35
HSL193.5º32%49.02%-
HSV(B)193.5º48.48%64.71%-
XYZ20.9725.5239.42-
YUV130.51147.4695.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.41%
GREEN value IS 147 (57.81% from 255) = 37.03%
BLUE value IS 165 (64.84% from 255) = 41.56%
R=21.41%
G=37.03%
B=41.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851471650.480.1100.35193.53249.02
Hex5593A530B023c22031
Octal12522324560130433024061
Binary101010110010011101001011100001011010001111000010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5593A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5593A5;
 }
 .AnyTagClassName
 {
   color: #5593A5;
 }
</style>
background-color css

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

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

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

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

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

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