#527DA4

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

Shades of Air Force Blue #527DA4

Tints of Air Force Blue #527DA4

Color information

#527DA4 (or 0x527DA4) is unknown color: approx Air Force Blue. HEX triplet: 52, 7D and A4. RGB value is (82,125,164). Sum of RGB (Red+Green+Blue) = 82+125+164=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #527DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527DA4 is #AD825B. Grayscale: #747474. Windows color (decimal): -11371100 or 10779986. OLE color: 10779986.

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

Color convert

RGB82125164-
CMYK0.50.2400.36
HSL208.54º33.33%48.24%-
HSV(B)208.54º50%64.31%-
XYZ17.5119.1437.89-
YUV116.59154.75103.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 125 (49.22% from 255) = 33.69%
BLUE value IS 164 (64.45% from 255) = 44.20%
R=22.10%
G=33.69%
B=44.20%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821251640.50.2400.36208.5433.3348.24
Hex527DA43218024d12130
Octal12217524462300443214160
Binary101001011111011010010011001011000010010011010001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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