#53809c

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

Shades of Air Force Blue #53809C

Tints of Air Force Blue #53809C

Color information

#53809C (or 0x53809C) is unknown color: approx Air Force Blue. HEX triplet: 53, 80 and 9C. RGB value is (83,128,156). Sum of RGB (Red+Green+Blue) = 83+128+156=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #53809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53809C is #AC7F63. Grayscale: #757575. Windows color (decimal): -11304804 or 10256467. OLE color: 10256467.

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

Color convert

RGB83128156-
CMYK0.470.1800.39
HSL203.01º30.54%46.86%-
HSV(B)203.01º46.79%61.18%-
XYZ17.2919.6834.34-
YUV117.74149.59103.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.62%
GREEN value IS 128 (50.39% from 255) = 34.88%
BLUE value IS 156 (61.33% from 255) = 42.51%
R=22.62%
G=34.88%
B=42.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831281560.470.1800.39203.0130.5446.86
Hex53809C2F12027cb1f2f
Octal12320023457220473133757
Binary101001110000000100111001011111001001001111100101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53809c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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