Html Css Color HEX #5794AC Air Force Blue

📋 copy color: '#5794AC'

red 87 ◦ green 148 ◦ blue 172

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

Shades of Air Force Blue #5794AC

Tints of Air Force Blue #5794AC

RGB

 RED value IS 87 (34.38% from 255) = 21.38%

 GREEN value IS 148 (58.2% from 255) = 36.36%

 BLUE value IS 172 (67.58% from 255) = 42.26%

R = 21.38%
G = 36.36%
B = 42.26%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5794AC (or 0x5794AC) is known color: Air Force Blue. HEX triplet: 57, 94 and AC. RGB value is (87,148,172). Sum of RGB (Red+Green+Blue) = 87+148+172=407 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.38% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #5794AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5794AC is #A86B53. Grayscale: #848484. Windows color (decimal): -11037524 or 11310167. OLE color: 11310167.

HSL color Cylindrical-coordinate representation of color #5794AC: hue angle of 196.94º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5794AC is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 148 172 -
CMYK 0.49 0.14 0 0.33
HSL 196.94º 0.34% 0.51% -
HSV(B) 196.94º 0.49% 0.67% -
XYZ 21.97 26.18 42.93 -
YUV 132.5 150.29 95.55 -
System Red Green Blue C M Y K H S L
Decimal 87 148 172 0.49 0.14 0 0.33 196.94 0.34 0.51
Hex 57 94 AC 31 E 0 21 C5 22 33
Octal 127 224 254 61 16 0 41 305 42 63
Binary 1010111 10010100 10101100 110001 1110 0 100001 11000101 100010 110011

Color Harmonies of #5794AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5794AC

Black with #5794AC

Text Example


Text Example

White with #5794AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5794AC; }

 p { color: rgb(87,148,172); }

 H1.HeaderClassName
 {
   color: #5794AC;
 }
 .AnyTagClassName
 {
   color: #5794AC;
 }
</style>

background-color css

<style>
 a { background-color: #5794AC; }

 a { background-color: rgb(87,148,172); }

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

border-color css

<style>
 span { border-color: #5794AC; }

 span { border-color: rgb(87,148,172); }

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