Html Css Color HEX #577CA0 Air Force Blue

📋 copy color: '#577CA0'

red 87 ◦ green 124 ◦ blue 160

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

Shades of Air Force Blue #577CA0

Tints of Air Force Blue #577CA0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.42%

 BLUE value IS 160 (62.89% from 255) = 43.13%

R = 23.45%
G = 33.42%
B = 43.13%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#577CA0 (or 0x577CA0) is known color: Air Force Blue. HEX triplet: 57, 7C and A0. RGB value is (87,124,160). Sum of RGB (Red+Green+Blue) = 87+124+160=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 160 - color contains mainly: blue. Hex color #577CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577CA0 is #A8835F. Grayscale: #747474. Windows color (decimal): -11043680 or 10517591. OLE color: 10517591.

HSL color Cylindrical-coordinate representation of color #577CA0: hue angle of 209.59º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #577CA0 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 87 124 160 -
CMYK 0.46 0.22 0 0.37
HSL 209.59º 0.3% 0.48% -
HSV(B) 209.59º 0.46% 0.63% -
XYZ 17.48 18.98 36 -
YUV 117.04 152.24 106.57 -
System Red Green Blue C M Y K H S L
Decimal 87 124 160 0.46 0.22 0 0.37 209.59 0.3 0.48
Hex 57 7C A0 2E 16 0 25 D2 1E 30
Octal 127 174 240 56 26 0 45 322 36 60
Binary 1010111 1111100 10100000 101110 10110 0 100101 11010010 11110 110000

Color Harmonies of #577CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577CA0

Black with #577CA0

Text Example


Text Example

White with #577CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,124,160); }

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

background-color css

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

 a { background-color: rgb(87,124,160); }

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

border-color css

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

 span { border-color: rgb(87,124,160); }

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