#55829B

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

Shades of Air Force Blue #55829B

Tints of Air Force Blue #55829B

Color information

#55829B (or 0x55829B) is unknown color: approx Air Force Blue. HEX triplet: 55, 82 and 9B. RGB value is (85,130,155). Sum of RGB (Red+Green+Blue) = 85+130+155=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #55829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55829B is #AA7D64. Grayscale: #777777. Windows color (decimal): -11173221 or 10191445. OLE color: 10191445.

HSL color Cylindrical-coordinate representation of color #55829B: hue angle of 201.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55829B is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB85130155-
CMYK0.450.1600.39
HSL201.43º29.17%47.06%-
HSV(B)201.43º45.16%60.78%-
XYZ17.6520.2633.99-
YUV119.4148.09103.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.97%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=22.97%
G=35.14%
B=41.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851301550.450.1600.39201.4329.1747.06
Hex55829B2D10027c91d2f
Octal12520223355200473113557
Binary101010110000010100110111011011000001001111100100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55829B; }

 p { color: rgb(85,130,155); }

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

<style>
 a { background-color: #55829B; }

 a { background-color: rgb(85,130,155); }

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

<style>
 span { border-color: #55829B; }

 span { border-color: rgb(85,130,155); }

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