#5693A4

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

Shades of Air Force Blue #5693A4

Tints of Air Force Blue #5693A4

Color information

#5693A4 (or 0x5693A4) is unknown color: approx Air Force Blue. HEX triplet: 56, 93 and A4. RGB value is (86,147,164). Sum of RGB (Red+Green+Blue) = 86+147+164=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 164 - color contains mainly: blue. Hex color #5693A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5693A4 is #A96C5B. Grayscale: #828282. Windows color (decimal): -11103324 or 10785622. OLE color: 10785622.

HSL color Cylindrical-coordinate representation of color #5693A4: hue angle of 193.08º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5693A4 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB86147164-
CMYK0.480.1000.36
HSL193.08º31.2%49.02%-
HSV(B)193.08º47.56%64.31%-
XYZ20.9725.5338.94-
YUV130.7146.7996.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.66%
GREEN value IS 147 (57.81% from 255) = 37.03%
BLUE value IS 164 (64.45% from 255) = 41.31%
R=21.66%
G=37.03%
B=41.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861471640.480.1000.36193.0831.249.02
Hex5693A430A024c11f31
Octal12622324460120443013761
Binary10101101001001110100100110000101001001001100000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5693A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5693A4; }

 p { color: rgb(86,147,164); }

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

<style>
 a { background-color: #5693A4; }

 a { background-color: rgb(86,147,164); }

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

<style>
 span { border-color: #5693A4; }

 span { border-color: rgb(86,147,164); }

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