#53819f

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

Shades of Air Force Blue #53819F

Tints of Air Force Blue #53819F

Color information

#53819F (or 0x53819F) is unknown color: approx Air Force Blue. HEX triplet: 53, 81 and 9F. RGB value is (83,129,159). Sum of RGB (Red+Green+Blue) = 83+129+159=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #53819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53819F is #AC7E60. Grayscale: #767676. Windows color (decimal): -11304545 or 10453331. OLE color: 10453331.

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

Color convert

RGB83129159-
CMYK0.480.1900.38
HSL203.68º31.4%47.45%-
HSV(B)203.68º47.8%62.35%-
XYZ17.6820.0435.74-
YUV118.67150.76102.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.37%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=22.37%
G=34.77%
B=42.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831291590.480.1900.38203.6831.447.45
Hex53819F3013026cc1f2f
Octal12320123760230463143757
Binary101001110000001100111111100001001101001101100110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53819f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53819f; }

 p { color: rgb(83,129,159); }

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

<style>
 a { background-color: #53819f; }

 a { background-color: rgb(83,129,159); }

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

<style>
 span { border-color: #53819f; }

 span { border-color: rgb(83,129,159); }

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