#527DA3

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

Shades of Air Force Blue #527DA3

Tints of Air Force Blue #527DA3

Color information

#527DA3 (or 0x527DA3) is unknown color: approx Air Force Blue. HEX triplet: 52, 7D and A3. RGB value is (82,125,163). Sum of RGB (Red+Green+Blue) = 82+125+163=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 163 (64.06% from 255 or 44.05% from 370); Max value from RGB is 163 - color contains mainly: blue. Hex color #527DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527DA3 is #AD825C. Grayscale: #747474. Windows color (decimal): -11371101 or 10714450. OLE color: 10714450.

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

Color convert

RGB82125163-
CMYK0.500.2300.36
HSL208.15º33.06%48.04%-
HSV(B)208.15º49.69%63.92%-
XYZ17.4219.1137.42-
YUV116.48154.25103.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.16%
GREEN value IS 125 (49.22% from 255) = 33.78%
BLUE value IS 163 (64.06% from 255) = 44.05%
R=22.16%
G=33.78%
B=44.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821251630.500.2300.36208.1533.0648.04
Hex527DA33217024d02130
Octal12217524362270443204160
Binary101001011111011010001111001010111010010011010000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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