#5583af

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

Shades of Air Force Blue #5583AF

Tints of Air Force Blue #5583AF

Color information

#5583AF (or 0x5583AF) is unknown color: approx Air Force Blue. HEX triplet: 55, 83 and AF. RGB value is (85,131,175). Sum of RGB (Red+Green+Blue) = 85+131+175=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #5583AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5583AF is #AA7C50. Grayscale: #7A7A7A. Windows color (decimal): -11172945 or 11502421. OLE color: 11502421.

HSL color Cylindrical-coordinate representation of color #5583AF: hue angle of 209.33º 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 #5583AF is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB85131175-
CMYK0.510.2500.31
HSL209.33º36%50.98%-
HSV(B)209.33º51.43%68.63%-
XYZ19.621.2643.63-
YUV122.26157.76101.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.74%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 175 (68.75% from 255) = 44.76%
R=21.74%
G=33.50%
B=44.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851311750.510.2500.31209.333650.98
Hex5583AF331901Fd12433
Octal12520325763310373214463
Binary101010110000011101011111100111100101111111010001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5583af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5583af; }

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

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

<style>
 a { background-color: #5583af; }

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

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

<style>
 span { border-color: #5583af; }

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

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