Html Css Color HEX #5780AC Air Force Blue

📋 copy color: '#5780AC'

red 87 ◦ green 128 ◦ blue 172

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

Shades of Air Force Blue #5780AC

Tints of Air Force Blue #5780AC

RGB

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

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

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

R = 22.48%
G = 33.07%
B = 44.44%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5780AC (or 0x5780AC) is known color: Air Force Blue. HEX triplet: 57, 80 and AC. RGB value is (87,128,172). Sum of RGB (Red+Green+Blue) = 87+128+172=387 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.48% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #5780AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5780AC is #A87F53. Grayscale: #787878. Windows color (decimal): -11042644 or 11305047. OLE color: 11305047.

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

Color convert

RGB 87 128 172 -
CMYK 0.49 0.26 0 0.33
HSL 211.06º 0.34% 0.51% -
HSV(B) 211.06º 0.49% 0.67% -
XYZ 19.1 20.44 41.97 -
YUV 120.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 87 128 172 0.49 0.26 0 0.33 211.06 0.34 0.51
Hex 57 80 AC 31 1A 0 21 D3 22 33
Octal 127 200 254 61 32 0 41 323 42 63
Binary 1010111 10000000 10101100 110001 11010 0 100001 11010011 100010 110011

Color Harmonies of #5780AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5780AC

Black with #5780AC

Text Example


Text Example

White with #5780AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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