#527E9D

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

Shades of Air Force Blue #527E9D

Tints of Air Force Blue #527E9D

Color information

#527E9D (or 0x527E9D) is unknown color: approx Air Force Blue. HEX triplet: 52, 7E and 9D. RGB value is (82,126,157). Sum of RGB (Red+Green+Blue) = 82+126+157=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #527E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527E9D is #AD8162. Grayscale: #747474. Windows color (decimal): -11370851 or 10321490. OLE color: 10321490.

HSL color Cylindrical-coordinate representation of color #527E9D: hue angle of 204.8º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #527E9D is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82126157-
CMYK0.480.2000.38
HSL204.8º31.38%46.86%-
HSV(B)204.8º47.77%61.57%-
XYZ17.0319.1534.7-
YUV116.38150.92103.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.47%
GREEN value IS 126 (49.61% from 255) = 34.52%
BLUE value IS 157 (61.72% from 255) = 43.01%
R=22.47%
G=34.52%
B=43.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821261570.480.2000.38204.831.3846.86
Hex527E9D3014026cd1f2f
Octal12217623560240463153757
Binary10100101111110100111011100001010001001101100110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,126,157); }

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

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

 a { background-color: rgb(82,126,157); }

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

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

 span { border-color: rgb(82,126,157); }

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