Html Css Color HEX #517CA4 Air Force Blue

📋 copy color: '#517CA4'

red 81 ◦ green 124 ◦ blue 164

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

Shades of Air Force Blue #517CA4

Tints of Air Force Blue #517CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 44.44%

R = 21.95%
G = 33.6%
B = 44.44%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#517CA4 (or 0x517CA4) is known color: Air Force Blue. HEX triplet: 51, 7C and A4. RGB value is (81,124,164). Sum of RGB (Red+Green+Blue) = 81+124+164=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 164 - color contains mainly: blue. Hex color #517CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517CA4 is #AE835B. Grayscale: #737373. Windows color (decimal): -11436892 or 10779729. OLE color: 10779729.

HSL color Cylindrical-coordinate representation of color #517CA4: hue angle of 208.92º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #517CA4 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 81 124 164 -
CMYK 0.51 0.24 0 0.36
HSL 208.92º 0.34% 0.48% -
HSV(B) 208.92º 0.51% 0.64% -
XYZ 17.3 18.84 37.85 -
YUV 115.7 155.25 103.25 -
System Red Green Blue C M Y K H S L
Decimal 81 124 164 0.51 0.24 0 0.36 208.92 0.34 0.48
Hex 51 7C A4 33 18 0 24 D1 22 30
Octal 121 174 244 63 30 0 44 321 42 60
Binary 1010001 1111100 10100100 110011 11000 0 100100 11010001 100010 110000

Color Harmonies of #517CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517CA4

Black with #517CA4

Text Example


Text Example

White with #517CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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