Html Css Color HEX #517C9C Air Force Blue

📋 copy color: '#517C9C'

red 81 ◦ green 124 ◦ blue 156

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

Shades of Air Force Blue #517C9C

Tints of Air Force Blue #517C9C

RGB

 RED value IS 81 (32.03% from 255) = 22.44%

 GREEN value IS 124 (48.83% from 255) = 34.35%

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

R = 22.44%
G = 34.35%
B = 43.21%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#517C9C (or 0x517C9C) is known color: Air Force Blue. HEX triplet: 51, 7C and 9C. RGB value is (81,124,156). Sum of RGB (Red+Green+Blue) = 81+124+156=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #517C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517C9C is #AE8363. Grayscale: #727272. Windows color (decimal): -11436900 or 10255441. OLE color: 10255441.

HSL color Cylindrical-coordinate representation of color #517C9C: hue angle of 205.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #517C9C is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 124 156 -
CMYK 0.48 0.21 0 0.39
HSL 205.6º 0.32% 0.46% -
HSV(B) 205.6º 0.48% 0.61% -
XYZ 16.6 18.56 34.16 -
YUV 114.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 81 124 156 0.48 0.21 0 0.39 205.6 0.32 0.46
Hex 51 7C 9C 30 15 0 27 CE 20 2E
Octal 121 174 234 60 25 0 47 316 40 56
Binary 1010001 1111100 10011100 110000 10101 0 100111 11001110 100000 101110

Color Harmonies of #517C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517C9C

Black with #517C9C

Text Example


Text Example

White with #517C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517C9C; }

 p { color: rgb(81,124,156); }

 H1.HeaderClassName
 {
   color: #517C9C;
 }
 .AnyTagClassName
 {
   color: #517C9C;
 }
</style>

background-color css

<style>
 a { background-color: #517C9C; }

 a { background-color: rgb(81,124,156); }

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

border-color css

<style>
 span { border-color: #517C9C; }

 span { border-color: rgb(81,124,156); }

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