Html Css Color HEX #557EAC Air Force Blue

📋 copy color: '#557EAC'

red 85 ◦ green 126 ◦ blue 172

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

Shades of Air Force Blue #557EAC

Tints of Air Force Blue #557EAC

RGB

 RED value IS 85 (33.59% from 255) = 22.19%

 GREEN value IS 126 (49.61% from 255) = 32.9%

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

R = 22.19%
G = 32.9%
B = 44.91%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#557EAC (or 0x557EAC) is known color: Air Force Blue. HEX triplet: 55, 7E and AC. RGB value is (85,126,172). Sum of RGB (Red+Green+Blue) = 85+126+172=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #557EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557EAC is #AA8153. Grayscale: #767676. Windows color (decimal): -11174228 or 11304533. OLE color: 11304533.

HSL color Cylindrical-coordinate representation of color #557EAC: hue angle of 211.72º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #557EAC is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 126 172 -
CMYK 0.51 0.27 0 0.33
HSL 211.72º 0.34% 0.5% -
HSV(B) 211.72º 0.51% 0.67% -
XYZ 18.65 19.83 41.87 -
YUV 118.99 157.92 103.76 -
System Red Green Blue C M Y K H S L
Decimal 85 126 172 0.51 0.27 0 0.33 211.72 0.34 0.5
Hex 55 7E AC 33 1B 0 21 D4 22 32
Octal 125 176 254 63 33 0 41 324 42 62
Binary 1010101 1111110 10101100 110011 11011 0 100001 11010100 100010 110010

Color Harmonies of #557EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557EAC

Black with #557EAC

Text Example


Text Example

White with #557EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557EAC; }

 p { color: rgb(85,126,172); }

 H1.HeaderClassName
 {
   color: #557EAC;
 }
 .AnyTagClassName
 {
   color: #557EAC;
 }
</style>

background-color css

<style>
 a { background-color: #557EAC; }

 a { background-color: rgb(85,126,172); }

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

border-color css

<style>
 span { border-color: #557EAC; }

 span { border-color: rgb(85,126,172); }

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