Html Css Color HEX #577FAA Air Force Blue

📋 copy color: '#577FAA'

red 87 ◦ green 127 ◦ blue 170

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

Shades of Air Force Blue #577FAA

Tints of Air Force Blue #577FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 22.66%
G = 33.07%
B = 44.27%

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

#577FAA (or 0x577FAA) is known color: Air Force Blue. HEX triplet: 57, 7F and AA. RGB value is (87,127,170). Sum of RGB (Red+Green+Blue) = 87+127+170=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #577FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577FAA is #A88055. Grayscale: #777777. Windows color (decimal): -11042902 or 11173719. OLE color: 11173719.

HSL color Cylindrical-coordinate representation of color #577FAA: hue angle of 211.08º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #577FAA is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 127 170 -
CMYK 0.49 0.25 0 0.33
HSL 211.08º 0.33% 0.5% -
HSV(B) 211.08º 0.49% 0.67% -
XYZ 18.78 20.11 40.92 -
YUV 119.94 156.25 104.5 -
System Red Green Blue C M Y K H S L
Decimal 87 127 170 0.49 0.25 0 0.33 211.08 0.33 0.5
Hex 57 7F AA 31 19 0 21 D3 21 32
Octal 127 177 252 61 31 0 41 323 41 62
Binary 1010111 1111111 10101010 110001 11001 0 100001 11010011 100001 110010

Color Harmonies of #577FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577FAA

Black with #577FAA

Text Example


Text Example

White with #577FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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