Html Css Color HEX #527E9C Air Force Blue

📋 copy color: '#527E9C'

red 82 ◦ green 126 ◦ blue 156

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

Shades of Air Force Blue #527E9C

Tints of Air Force Blue #527E9C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.62%

 BLUE value IS 156 (61.33% from 255) = 42.86%

R = 22.53%
G = 34.62%
B = 42.86%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#527E9C (or 0x527E9C) is known color: Air Force Blue. HEX triplet: 52, 7E and 9C. RGB value is (82,126,156). Sum of RGB (Red+Green+Blue) = 82+126+156=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #527E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527E9C is #AD8163. Grayscale: #747474. Windows color (decimal): -11370852 or 10255954. OLE color: 10255954.

HSL color Cylindrical-coordinate representation of color #527E9C: hue angle of 204.32º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #527E9C is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 126 156 -
CMYK 0.47 0.19 0 0.39
HSL 204.32º 0.31% 0.47% -
HSV(B) 204.32º 0.47% 0.61% -
XYZ 16.94 19.12 34.25 -
YUV 116.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 82 126 156 0.47 0.19 0 0.39 204.32 0.31 0.47
Hex 52 7E 9C 2F 13 0 27 CC 1F 2F
Octal 122 176 234 57 23 0 47 314 37 57
Binary 1010010 1111110 10011100 101111 10011 0 100111 11001100 11111 101111

Color Harmonies of #527E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527E9C

Black with #527E9C

Text Example


Text Example

White with #527E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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