Html Css Color HEX #5780AB Air Force Blue

📋 copy color: '#5780AB'

red 87 ◦ green 128 ◦ blue 171

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

Shades of Air Force Blue #5780AB

Tints of Air Force Blue #5780AB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.16%

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

R = 22.54%
G = 33.16%
B = 44.3%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5780AB (or 0x5780AB) is known color: Air Force Blue. HEX triplet: 57, 80 and AB. RGB value is (87,128,171). Sum of RGB (Red+Green+Blue) = 87+128+171=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #5780AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5780AB is #A87F54. Grayscale: #787878. Windows color (decimal): -11042645 or 11239511. OLE color: 11239511.

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

Color convert

RGB 87 128 171 -
CMYK 0.49 0.25 0 0.33
HSL 210.71º 0.33% 0.51% -
HSV(B) 210.71º 0.49% 0.67% -
XYZ 19 20.4 41.47 -
YUV 120.64 156.42 104 -
System Red Green Blue C M Y K H S L
Decimal 87 128 171 0.49 0.25 0 0.33 210.71 0.33 0.51
Hex 57 80 AB 31 19 0 21 D3 21 33
Octal 127 200 253 61 31 0 41 323 41 63
Binary 1010111 10000000 10101011 110001 11001 0 100001 11010011 100001 110011

Color Harmonies of #5780AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5780AB

Black with #5780AB

Text Example


Text Example

White with #5780AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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