#527EA4

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

Shades of Air Force Blue #527EA4

Tints of Air Force Blue #527EA4

Color information

#527EA4 (or 0x527EA4) is unknown color: approx Air Force Blue. HEX triplet: 52, 7E and A4. RGB value is (82,126,164). Sum of RGB (Red+Green+Blue) = 82+126+164=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 164 - color contains mainly: blue. Hex color #527EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527EA4 is #AD815B. Grayscale: #747474. Windows color (decimal): -11370844 or 10780242. OLE color: 10780242.

HSL color Cylindrical-coordinate representation of color #527EA4: hue angle of 207.8º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #527EA4 is Cyan = 0.5, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB82126164-
CMYK0.50.2300.36
HSL207.8º33.33%48.24%-
HSV(B)207.8º50%64.31%-
XYZ17.6419.437.94-
YUV117.18154.42102.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.04%
GREEN value IS 126 (49.61% from 255) = 33.87%
BLUE value IS 164 (64.45% from 255) = 44.09%
R=22.04%
G=33.87%
B=44.09%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821261640.50.2300.36207.833.3348.24
Hex527EA43217024d02130
Octal12217624462270443204160
Binary101001011111101010010011001010111010010011010000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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