Html Css Color HEX #5285AD Air Force Blue

📋 copy color: '#5285AD'

red 82 ◦ green 133 ◦ blue 173

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

Shades of Air Force Blue #5285AD

Tints of Air Force Blue #5285AD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.28%

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

R = 21.13%
G = 34.28%
B = 44.59%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5285AD (or 0x5285AD) is known color: Air Force Blue. HEX triplet: 52, 85 and AD. RGB value is (82,133,173). Sum of RGB (Red+Green+Blue) = 82+133+173=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #5285AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5285AD is #AD7A52. Grayscale: #7A7A7A. Windows color (decimal): -11369043 or 11371858. OLE color: 11371858.

HSL color Cylindrical-coordinate representation of color #5285AD: hue angle of 206.37º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5285AD is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 133 173 -
CMYK 0.53 0.23 0 0.32
HSL 206.37º 0.36% 0.5% -
HSV(B) 206.37º 0.53% 0.68% -
XYZ 19.41 21.59 42.68 -
YUV 122.31 156.6 99.25 -
System Red Green Blue C M Y K H S L
Decimal 82 133 173 0.53 0.23 0 0.32 206.37 0.36 0.5
Hex 52 85 AD 35 17 0 20 CE 24 32
Octal 122 205 255 65 27 0 40 316 44 62
Binary 1010010 10000101 10101101 110101 10111 0 100000 11001110 100100 110010

Color Harmonies of #5285AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5285AD

Black with #5285AD

Text Example


Text Example

White with #5285AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,133,173); }

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

background-color css

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

 a { background-color: rgb(82,133,173); }

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

border-color css

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

 span { border-color: rgb(82,133,173); }

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