#527EA7

Color #527EA7 Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #527EA7

Tints of Air Force Blue #527EA7

Color information

#527EA7 (or 0x527EA7) is unknown color: approx Air Force Blue. HEX triplet: 52, 7E and A7. RGB value is (82,126,167). Sum of RGB (Red+Green+Blue) = 82+126+167=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 167 - color contains mainly: blue. Hex color #527EA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527EA7 is #AD8158. Grayscale: #757575. Windows color (decimal): -11370841 or 10976850. OLE color: 10976850.

HSL color Cylindrical-coordinate representation of color #527EA7: hue angle of 208.94º 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 #527EA7 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB82126167-
CMYK0.510.2500.35
HSL208.94º34.14%48.82%-
HSV(B)208.94º50.9%65.49%-
XYZ17.9219.5139.38-
YUV117.52155.92102.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 126 (49.61% from 255) = 33.6%
BLUE value IS 167 (65.62% from 255) = 44.53%
R=21.87%
G=33.6%
B=44.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal821261670.510.2500.35208.9434.1448.82
Hex527EA73319023d12231
Octal12217624763310433214261
Binary101001011111101010011111001111001010001111010001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527EA7; }

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

 H1.HeaderClassName
 {
   color: #527EA7;
 }
 .AnyTagClassName
 {
   color: #527EA7;
 }
</style>
background-color css

<style>
 a { background-color: #527EA7; }

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

 div.DivClassName
 {
   background-color: #527EA7;
 }
 .BgClassName
 {
   background-color: #527EA7;
 }
</style>
border-color css

<style>
 span { border-color: #527EA7; }

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

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