#527C9F

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

Shades of Air Force Blue #527C9F

Tints of Air Force Blue #527C9F

Color information

#527C9F (or 0x527C9F) is unknown color: approx Air Force Blue. HEX triplet: 52, 7C and 9F. RGB value is (82,124,159). Sum of RGB (Red+Green+Blue) = 82+124+159=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #527C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527C9F is #AD8360. Grayscale: #737373. Windows color (decimal): -11371361 or 10452050. OLE color: 10452050.

HSL color Cylindrical-coordinate representation of color #527C9F: hue angle of 207.27º degrees, saturation: 0.32, 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 #527C9F is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82124159-
CMYK0.480.2200.38
HSL207.27º31.95%47.25%-
HSV(B)207.27º48.43%62.35%-
XYZ16.9518.7135.52-
YUV115.43152.59104.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.47%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 159 (62.5% from 255) = 43.56%
R=22.47%
G=33.97%
B=43.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821241590.480.2200.38207.2731.9547.25
Hex527C9F3016026cf202f
Octal12217423760260463174057
Binary101001011111001001111111000010110010011011001111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,124,159); }

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

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

 a { background-color: rgb(82,124,159); }

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

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

 span { border-color: rgb(82,124,159); }

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