#527FA6

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

Shades of Air Force Blue #527FA6

Tints of Air Force Blue #527FA6

Color information

#527FA6 (or 0x527FA6) is unknown color: approx Air Force Blue. HEX triplet: 52, 7F and A6. RGB value is (82,127,166). Sum of RGB (Red+Green+Blue) = 82+127+166=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 166 (65.23% from 255 or 44.27% from 375); Max value from RGB is 166 - color contains mainly: blue. Hex color #527FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527FA6 is #AD8059. Grayscale: #757575. Windows color (decimal): -11370586 or 10911570. OLE color: 10911570.

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

Color convert

RGB82127166-
CMYK0.510.2300.35
HSL207.86º33.87%48.63%-
HSV(B)207.86º50.6%65.1%-
XYZ17.9519.7338.94-
YUV117.99155.09102.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 127 (50% from 255) = 33.87%
BLUE value IS 166 (65.23% from 255) = 44.27%
R=21.87%
G=33.87%
B=44.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal821271660.510.2300.35207.8633.8748.63
Hex527FA63317023d02231
Octal12217724663270433204261
Binary101001011111111010011011001110111010001111010000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,127,166); }

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

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

 a { background-color: rgb(82,127,166); }

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

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

 span { border-color: rgb(82,127,166); }

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