Html Css Color HEX #577FAC Air Force Blue

📋 copy color: '#577FAC'

red 87 ◦ green 127 ◦ blue 172

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

Shades of Air Force Blue #577FAC

Tints of Air Force Blue #577FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 32.9%

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

R = 22.54%
G = 32.9%
B = 44.56%

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

#577FAC (or 0x577FAC) is known color: Air Force Blue. HEX triplet: 57, 7F and AC. RGB value is (87,127,172). Sum of RGB (Red+Green+Blue) = 87+127+172=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #577FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577FAC is #A88053. Grayscale: #777777. Windows color (decimal): -11042900 or 11304791. OLE color: 11304791.

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

Color convert

RGB 87 127 172 -
CMYK 0.49 0.26 0 0.33
HSL 211.76º 0.34% 0.51% -
HSV(B) 211.76º 0.49% 0.67% -
XYZ 18.97 20.18 41.93 -
YUV 120.17 157.25 104.34 -
System Red Green Blue C M Y K H S L
Decimal 87 127 172 0.49 0.26 0 0.33 211.76 0.34 0.51
Hex 57 7F AC 31 1A 0 21 D4 22 33
Octal 127 177 254 61 32 0 41 324 42 63
Binary 1010111 1111111 10101100 110001 11010 0 100001 11010100 100010 110011

Color Harmonies of #577FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577FAC

Black with #577FAC

Text Example


Text Example

White with #577FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577FAC; }

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

 H1.HeaderClassName
 {
   color: #577FAC;
 }
 .AnyTagClassName
 {
   color: #577FAC;
 }
</style>

background-color css

<style>
 a { background-color: #577FAC; }

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

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

border-color css

<style>
 span { border-color: #577FAC; }

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

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