Html Css Color HEX #5794AB Air Force Blue

📋 copy color: '#5794AB'

red 87 ◦ green 148 ◦ blue 171

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

Shades of Air Force Blue #5794AB

Tints of Air Force Blue #5794AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.12%

R = 21.43%
G = 36.45%
B = 42.12%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5794AB (or 0x5794AB) is known color: Air Force Blue. HEX triplet: 57, 94 and AB. RGB value is (87,148,171). Sum of RGB (Red+Green+Blue) = 87+148+171=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #5794AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5794AB is #A86B54. Grayscale: #848484. Windows color (decimal): -11037525 or 11244631. OLE color: 11244631.

HSL color Cylindrical-coordinate representation of color #5794AB: hue angle of 196.43º degrees, saturation: 0.33, 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 #5794AB is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 148 171 -
CMYK 0.49 0.13 0 0.33
HSL 196.43º 0.33% 0.51% -
HSV(B) 196.43º 0.49% 0.67% -
XYZ 21.87 26.15 42.42 -
YUV 132.38 149.79 95.63 -
System Red Green Blue C M Y K H S L
Decimal 87 148 171 0.49 0.13 0 0.33 196.43 0.33 0.51
Hex 57 94 AB 31 D 0 21 C4 21 33
Octal 127 224 253 61 15 0 41 304 41 63
Binary 1010111 10010100 10101011 110001 1101 0 100001 11000100 100001 110011

Color Harmonies of #5794AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5794AB

Black with #5794AB

Text Example


Text Example

White with #5794AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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