Html Css Color HEX #5794AD Air Force Blue

📋 copy color: '#5794AD'

red 87 ◦ green 148 ◦ blue 173

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

Shades of Air Force Blue #5794AD

Tints of Air Force Blue #5794AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.4%

R = 21.32%
G = 36.27%
B = 42.4%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5794AD (or 0x5794AD) is known color: Air Force Blue. HEX triplet: 57, 94 and AD. RGB value is (87,148,173). Sum of RGB (Red+Green+Blue) = 87+148+173=408 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.32% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #5794AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5794AD is #A86B52. Grayscale: #848484. Windows color (decimal): -11037523 or 11375703. OLE color: 11375703.

HSL color Cylindrical-coordinate representation of color #5794AD: hue angle of 197.44º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5794AD is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 148 173 -
CMYK 0.50 0.14 0 0.32
HSL 197.44º 0.34% 0.51% -
HSV(B) 197.44º 0.5% 0.68% -
XYZ 22.06 26.22 43.43 -
YUV 132.61 150.79 95.47 -
System Red Green Blue C M Y K H S L
Decimal 87 148 173 0.50 0.14 0 0.32 197.44 0.34 0.51
Hex 57 94 AD 32 E 0 20 C5 22 33
Octal 127 224 255 62 16 0 40 305 42 63
Binary 1010111 10010100 10101101 110010 1110 0 100000 11000101 100010 110011

Color Harmonies of #5794AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5794AD

Black with #5794AD

Text Example


Text Example

White with #5794AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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