Html Css Color HEX #5283AA Air Force Blue

📋 copy color: '#5283AA'

red 82 ◦ green 131 ◦ blue 170

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

Shades of Air Force Blue #5283AA

Tints of Air Force Blue #5283AA

RGB

 RED value IS 82 (32.42% from 255) = 21.41%

 GREEN value IS 131 (51.56% from 255) = 34.2%

 BLUE value IS 170 (66.8% from 255) = 44.39%

R = 21.41%
G = 34.2%
B = 44.39%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5283AA (or 0x5283AA) is known color: Air Force Blue. HEX triplet: 52, 83 and AA. RGB value is (82,131,170). Sum of RGB (Red+Green+Blue) = 82+131+170=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #5283AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5283AA is #AD7C55. Grayscale: #787878. Windows color (decimal): -11369558 or 11174738. OLE color: 11174738.

HSL color Cylindrical-coordinate representation of color #5283AA: hue angle of 206.59º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5283AA is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 131 170 -
CMYK 0.52 0.23 0 0.33
HSL 206.59º 0.35% 0.49% -
HSV(B) 206.59º 0.52% 0.67% -
XYZ 18.85 20.93 41.08 -
YUV 120.8 155.77 100.33 -
System Red Green Blue C M Y K H S L
Decimal 82 131 170 0.52 0.23 0 0.33 206.59 0.35 0.49
Hex 52 83 AA 34 17 0 21 CF 23 31
Octal 122 203 252 64 27 0 41 317 43 61
Binary 1010010 10000011 10101010 110100 10111 0 100001 11001111 100011 110001

Color Harmonies of #5283AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5283AA

Black with #5283AA

Text Example


Text Example

White with #5283AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5283AA; }

 p { color: rgb(82,131,170); }

 H1.HeaderClassName
 {
   color: #5283AA;
 }
 .AnyTagClassName
 {
   color: #5283AA;
 }
</style>

background-color css

<style>
 a { background-color: #5283AA; }

 a { background-color: rgb(82,131,170); }

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

border-color css

<style>
 span { border-color: #5283AA; }

 span { border-color: rgb(82,131,170); }

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