Html Css Color HEX #577D9D Air Force Blue

📋 copy color: '#577D9D'

red 87 ◦ green 125 ◦ blue 157

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

Shades of Air Force Blue #577D9D

Tints of Air Force Blue #577D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.55%

R = 23.58%
G = 33.88%
B = 42.55%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#577D9D (or 0x577D9D) is known color: Air Force Blue. HEX triplet: 57, 7D and 9D. RGB value is (87,125,157). Sum of RGB (Red+Green+Blue) = 87+125+157=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #577D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577D9D is #A88262. Grayscale: #757575. Windows color (decimal): -11043427 or 10321239. OLE color: 10321239.

HSL color Cylindrical-coordinate representation of color #577D9D: hue angle of 207.43º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #577D9D is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 87 125 157 -
CMYK 0.45 0.20 0 0.38
HSL 207.43º 0.29% 0.48% -
HSV(B) 207.43º 0.45% 0.62% -
XYZ 17.35 19.13 34.68 -
YUV 117.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 87 125 157 0.45 0.20 0 0.38 207.43 0.29 0.48
Hex 57 7D 9D 2D 14 0 26 CF 1D 30
Octal 127 175 235 55 24 0 46 317 35 60
Binary 1010111 1111101 10011101 101101 10100 0 100110 11001111 11101 110000

Color Harmonies of #577D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577D9D

Black with #577D9D

Text Example


Text Example

White with #577D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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