#53809D

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

Shades of Air Force Blue #53809D

Tints of Air Force Blue #53809D

Color information

#53809D (or 0x53809D) is unknown color: approx Air Force Blue. HEX triplet: 53, 80 and 9D. RGB value is (83,128,157). Sum of RGB (Red+Green+Blue) = 83+128+157=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #53809D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53809D is #AC7F62. Grayscale: #757575. Windows color (decimal): -11304803 or 10322003. OLE color: 10322003.

HSL color Cylindrical-coordinate representation of color #53809D: hue angle of 203.51º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53809D is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB83128157-
CMYK0.470.1800.38
HSL203.51º30.83%47.06%-
HSV(B)203.51º47.13%61.57%-
XYZ17.3719.7134.79-
YUV117.85150.09103.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.55%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 157 (61.72% from 255) = 42.66%
R=22.55%
G=34.78%
B=42.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831281570.470.1800.38203.5130.8347.06
Hex53809D2F12026cc1f2f
Octal12320023557220463143757
Binary101001110000000100111011011111001001001101100110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53809D; }

 p { color: rgb(83,128,157); }

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

<style>
 a { background-color: #53809D; }

 a { background-color: rgb(83,128,157); }

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

<style>
 span { border-color: #53809D; }

 span { border-color: rgb(83,128,157); }

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