Html Css Color HEX #5285A7 Air Force Blue

📋 copy color: '#5285A7'

red 82 ◦ green 133 ◦ blue 167

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

Shades of Air Force Blue #5285A7

Tints of Air Force Blue #5285A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 43.72%

R = 21.47%
G = 34.82%
B = 43.72%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5285A7 (or 0x5285A7) is known color: Air Force Blue. HEX triplet: 52, 85 and A7. RGB value is (82,133,167). Sum of RGB (Red+Green+Blue) = 82+133+167=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 167 (65.62% from 255 or 43.72% from 382); Max value from RGB is 167 - color contains mainly: blue. Hex color #5285A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5285A7 is #AD7A58. Grayscale: #797979. Windows color (decimal): -11369049 or 10978642. OLE color: 10978642.

HSL color Cylindrical-coordinate representation of color #5285A7: hue angle of 204º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5285A7 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 133 167 -
CMYK 0.51 0.20 0 0.35
HSL 204º 0.34% 0.49% -
HSV(B) 204º 0.51% 0.65% -
XYZ 18.84 21.36 39.69 -
YUV 121.63 153.6 99.74 -
System Red Green Blue C M Y K H S L
Decimal 82 133 167 0.51 0.20 0 0.35 204 0.34 0.49
Hex 52 85 A7 33 14 0 23 CC 22 31
Octal 122 205 247 63 24 0 43 314 42 61
Binary 1010010 10000101 10100111 110011 10100 0 100011 11001100 100010 110001

Color Harmonies of #5285A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5285A7

Black with #5285A7

Text Example


Text Example

White with #5285A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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