Html Css Color HEX #5782AD Air Force Blue

📋 copy color: '#5782AD'

red 87 ◦ green 130 ◦ blue 173

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

Shades of Air Force Blue #5782AD

Tints of Air Force Blue #5782AD

RGB

 RED value IS 87 (34.38% from 255) = 22.31%

 GREEN value IS 130 (51.17% from 255) = 33.33%

 BLUE value IS 173 (67.97% from 255) = 44.36%

R = 22.31%
G = 33.33%
B = 44.36%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5782AD (or 0x5782AD) is known color: Air Force Blue. HEX triplet: 57, 82 and AD. RGB value is (87,130,173). Sum of RGB (Red+Green+Blue) = 87+130+173=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #5782AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5782AD is #A87D52. Grayscale: #797979. Windows color (decimal): -11042131 or 11371095. OLE color: 11371095.

HSL color Cylindrical-coordinate representation of color #5782AD: hue angle of 210º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5782AD is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 130 173 -
CMYK 0.50 0.25 0 0.32
HSL 210º 0.34% 0.51% -
HSV(B) 210º 0.5% 0.68% -
XYZ 19.46 21.01 42.56 -
YUV 122.05 156.75 103 -
System Red Green Blue C M Y K H S L
Decimal 87 130 173 0.50 0.25 0 0.32 210 0.34 0.51
Hex 57 82 AD 32 19 0 20 D2 22 33
Octal 127 202 255 62 31 0 40 322 42 63
Binary 1010111 10000010 10101101 110010 11001 0 100000 11010010 100010 110011

Color Harmonies of #5782AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5782AD

Black with #5782AD

Text Example


Text Example

White with #5782AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5782AD; }

 p { color: rgb(87,130,173); }

 H1.HeaderClassName
 {
   color: #5782AD;
 }
 .AnyTagClassName
 {
   color: #5782AD;
 }
</style>

background-color css

<style>
 a { background-color: #5782AD; }

 a { background-color: rgb(87,130,173); }

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

border-color css

<style>
 span { border-color: #5782AD; }

 span { border-color: rgb(87,130,173); }

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