Html Css Color HEX #527DA6 Air Force Blue

📋 copy color: '#527DA6'

red 82 ◦ green 125 ◦ blue 166

#527DA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #527DA6

Tints of Air Force Blue #527DA6

RGB

 RED value IS 82 (32.42% from 255) = 21.98%

 GREEN value IS 125 (49.22% from 255) = 33.51%

 BLUE value IS 166 (65.23% from 255) = 44.5%

R = 21.98%
G = 33.51%
B = 44.5%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#527DA6 (or 0x527DA6) is known color: Air Force Blue. HEX triplet: 52, 7D and A6. RGB value is (82,125,166). Sum of RGB (Red+Green+Blue) = 82+125+166=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 166 - color contains mainly: blue. Hex color #527DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527DA6 is #AD8259. Grayscale: #747474. Windows color (decimal): -11371098 or 10911058. OLE color: 10911058.

HSL color Cylindrical-coordinate representation of color #527DA6: hue angle of 209.29º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #527DA6 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 125 166 -
CMYK 0.51 0.25 0 0.35
HSL 209.29º 0.34% 0.49% -
HSV(B) 209.29º 0.51% 0.65% -
XYZ 17.7 19.21 38.85 -
YUV 116.82 155.75 103.17 -
System Red Green Blue C M Y K H S L
Decimal 82 125 166 0.51 0.25 0 0.35 209.29 0.34 0.49
Hex 52 7D A6 33 19 0 23 D1 22 31
Octal 122 175 246 63 31 0 43 321 42 61
Binary 1010010 1111101 10100110 110011 11001 0 100011 11010001 100010 110001

Color Harmonies of #527DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527DA6

Black with #527DA6

Text Example


Text Example

White with #527DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #527DA6;
 }
 .AnyTagClassName
 {
   color: #527DA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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