#527DA6

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

Shades of Air Force Blue #527DA6

Tints of Air Force Blue #527DA6

Color information

#527DA6 (or 0x527DA6) is unknown color: approx Air Force Blue. HEX triplet: 52, 7D and A6. RGB value is (82,125,166). Sum of RGB (Red+Green+Blue) = 82+125+166=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 166 - color contains mainly: blue. Hex color #527DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527DA6 is #AD8259. Grayscale: #747474. Windows color (decimal): -11371098 or 10911058. OLE color: 10911058.

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

Color convert

RGB82125166-
CMYK0.510.2500.35
HSL209.29º33.87%48.63%-
HSV(B)209.29º50.6%65.1%-
XYZ17.719.2138.85-
YUV116.82155.75103.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.98%
GREEN value IS 125 (49.22% from 255) = 33.51%
BLUE value IS 166 (65.23% from 255) = 44.50%
R=21.98%
G=33.51%
B=44.50%

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
Decimal821251660.510.2500.35209.2933.8748.63
Hex527DA63319023d12231
Octal12217524663310433214261
Binary101001011111011010011011001111001010001111010001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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