#5585AC

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

Shades of Air Force Blue #5585AC

Tints of Air Force Blue #5585AC

Color information

#5585AC (or 0x5585AC) is unknown color: approx Air Force Blue. HEX triplet: 55, 85 and AC. RGB value is (85,133,172). Sum of RGB (Red+Green+Blue) = 85+133+172=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #5585AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5585AC is #AA7A53. Grayscale: #7A7A7A. Windows color (decimal): -11172436 or 11306325. OLE color: 11306325.

HSL color Cylindrical-coordinate representation of color #5585AC: hue angle of 206.9º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5585AC is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB85133172-
CMYK0.510.2300.33
HSL206.9º34.39%50.39%-
HSV(B)206.9º50.58%67.45%-
XYZ19.5821.6842.18-
YUV123.09155.6100.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.79%
GREEN value IS 133 (52.34% from 255) = 34.10%
BLUE value IS 172 (67.58% from 255) = 44.10%
R=21.79%
G=34.10%
B=44.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851331720.510.2300.33206.934.3950.39
Hex5585AC3317021cf2232
Octal12520525463270413174262
Binary1010101100001011010110011001110111010000111001111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5585AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5585AC; }

 p { color: rgb(85,133,172); }

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

<style>
 a { background-color: #5585AC; }

 a { background-color: rgb(85,133,172); }

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

<style>
 span { border-color: #5585AC; }

 span { border-color: rgb(85,133,172); }

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