Html Css Color HEX #53819D Air Force Blue

📋 copy color: '#53819D'

red 83 ◦ green 129 ◦ blue 157

#53819D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #53819D

Tints of Air Force Blue #53819D

RGB

 RED value IS 83 (32.81% from 255) = 22.49%

 GREEN value IS 129 (50.78% from 255) = 34.96%

 BLUE value IS 157 (61.72% from 255) = 42.55%

R = 22.49%
G = 34.96%
B = 42.55%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53819D (or 0x53819D) is known color: Air Force Blue. HEX triplet: 53, 81 and 9D. RGB value is (83,129,157). Sum of RGB (Red+Green+Blue) = 83+129+157=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #53819D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53819D is #AC7E62. Grayscale: #767676. Windows color (decimal): -11304547 or 10322259. OLE color: 10322259.

HSL color Cylindrical-coordinate representation of color #53819D: hue angle of 202.7º 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 #53819D is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 129 157 -
CMYK 0.47 0.18 0 0.38
HSL 202.7º 0.31% 0.47% -
HSV(B) 202.7º 0.47% 0.62% -
XYZ 17.5 19.97 34.83 -
YUV 118.44 149.76 102.72 -
System Red Green Blue C M Y K H S L
Decimal 83 129 157 0.47 0.18 0 0.38 202.7 0.31 0.47
Hex 53 81 9D 2F 12 0 26 CB 1F 2F
Octal 123 201 235 57 22 0 46 313 37 57
Binary 1010011 10000001 10011101 101111 10010 0 100110 11001011 11111 101111

Color Harmonies of #53819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53819D

Black with #53819D

Text Example


Text Example

White with #53819D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53819D;
 }
 .AnyTagClassName
 {
   color: #53819D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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