#527FA5

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

Shades of Air Force Blue #527FA5

Tints of Air Force Blue #527FA5

Color information

#527FA5 (or 0x527FA5) is unknown color: approx Air Force Blue. HEX triplet: 52, 7F and A5. RGB value is (82,127,165). Sum of RGB (Red+Green+Blue) = 82+127+165=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 165 - color contains mainly: blue. Hex color #527FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527FA5 is #AD805A. Grayscale: #757575. Windows color (decimal): -11370587 or 10846034. OLE color: 10846034.

HSL color Cylindrical-coordinate representation of color #527FA5: hue angle of 207.47º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #527FA5 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB82127165-
CMYK0.500.2300.35
HSL207.47º33.6%48.43%-
HSV(B)207.47º50.3%64.71%-
XYZ17.8619.6938.46-
YUV117.88154.59102.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.93%
GREEN value IS 127 (50% from 255) = 33.96%
BLUE value IS 165 (64.84% from 255) = 44.12%
R=21.93%
G=33.96%
B=44.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal821271650.500.2300.35207.4733.648.43
Hex527FA53217023cf2230
Octal12217724562270433174260
Binary101001011111111010010111001010111010001111001111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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