Html Css Color HEX #577DAC Air Force Blue

📋 copy color: '#577DAC'

red 87 ◦ green 125 ◦ blue 172

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

Shades of Air Force Blue #577DAC

Tints of Air Force Blue #577DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.55%

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

R = 22.66%
G = 32.55%
B = 44.79%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#577DAC (or 0x577DAC) is known color: Air Force Blue. HEX triplet: 57, 7D and AC. RGB value is (87,125,172). Sum of RGB (Red+Green+Blue) = 87+125+172=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #577DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577DAC is #A88253. Grayscale: #767676. Windows color (decimal): -11043412 or 11304279. OLE color: 11304279.

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

Color convert

RGB 87 125 172 -
CMYK 0.49 0.27 0 0.33
HSL 213.18º 0.34% 0.51% -
HSV(B) 213.18º 0.49% 0.67% -
XYZ 18.71 19.67 41.84 -
YUV 119 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 87 125 172 0.49 0.27 0 0.33 213.18 0.34 0.51
Hex 57 7D AC 31 1B 0 21 D5 22 33
Octal 127 175 254 61 33 0 41 325 42 63
Binary 1010111 1111101 10101100 110001 11011 0 100001 11010101 100010 110011

Color Harmonies of #577DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577DAC

Black with #577DAC

Text Example


Text Example

White with #577DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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