Html Css Color HEX #5791A2 Air Force Blue

📋 copy color: '#5791A2'

red 87 ◦ green 145 ◦ blue 162

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

Shades of Air Force Blue #5791A2

Tints of Air Force Blue #5791A2

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.8%

 BLUE value IS 162 (63.67% from 255) = 41.12%

R = 22.08%
G = 36.8%
B = 41.12%

CMYK

 C value IS 0.46

 M value IS 0.10

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5791A2 (or 0x5791A2) is known color: Air Force Blue. HEX triplet: 57, 91 and A2. RGB value is (87,145,162). Sum of RGB (Red+Green+Blue) = 87+145+162=394 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.08% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 162 - color contains mainly: blue. Hex color #5791A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5791A2 is #A86E5D. Grayscale: #818181. Windows color (decimal): -11038302 or 10654039. OLE color: 10654039.

HSL color Cylindrical-coordinate representation of color #5791A2: hue angle of 193.6º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5791A2 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 87 145 162 -
CMYK 0.46 0.10 0 0.36
HSL 193.6º 0.3% 0.49% -
HSV(B) 193.6º 0.46% 0.64% -
XYZ 20.58 24.89 37.9 -
YUV 129.6 146.28 97.62 -
System Red Green Blue C M Y K H S L
Decimal 87 145 162 0.46 0.10 0 0.36 193.6 0.3 0.49
Hex 57 91 A2 2E A 0 24 C2 1E 31
Octal 127 221 242 56 12 0 44 302 36 61
Binary 1010111 10010001 10100010 101110 1010 0 100100 11000010 11110 110001

Color Harmonies of #5791A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5791A2

Black with #5791A2

Text Example


Text Example

White with #5791A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5791A2; }

 p { color: rgb(87,145,162); }

 H1.HeaderClassName
 {
   color: #5791A2;
 }
 .AnyTagClassName
 {
   color: #5791A2;
 }
</style>

background-color css

<style>
 a { background-color: #5791A2; }

 a { background-color: rgb(87,145,162); }

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

border-color css

<style>
 span { border-color: #5791A2; }

 span { border-color: rgb(87,145,162); }

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