Html Css Color HEX #557FA4 Air Force Blue

📋 copy color: '#557FA4'

red 85 ◦ green 127 ◦ blue 164

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

Shades of Air Force Blue #557FA4

Tints of Air Force Blue #557FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.62%

R = 22.61%
G = 33.78%
B = 43.62%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#557FA4 (or 0x557FA4) is known color: Air Force Blue. HEX triplet: 55, 7F and A4. RGB value is (85,127,164). Sum of RGB (Red+Green+Blue) = 85+127+164=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 164 - color contains mainly: blue. Hex color #557FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557FA4 is #AA805B. Grayscale: #767676. Windows color (decimal): -11173980 or 10780501. OLE color: 10780501.

HSL color Cylindrical-coordinate representation of color #557FA4: hue angle of 208.1º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #557FA4 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 127 164 -
CMYK 0.48 0.23 0 0.36
HSL 208.1º 0.32% 0.49% -
HSV(B) 208.1º 0.48% 0.64% -
XYZ 18.04 19.79 37.99 -
YUV 118.66 153.59 103.99 -
System Red Green Blue C M Y K H S L
Decimal 85 127 164 0.48 0.23 0 0.36 208.1 0.32 0.49
Hex 55 7F A4 30 17 0 24 D0 20 31
Octal 125 177 244 60 27 0 44 320 40 61
Binary 1010101 1111111 10100100 110000 10111 0 100100 11010000 100000 110001

Color Harmonies of #557FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FA4

Black with #557FA4

Text Example


Text Example

White with #557FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,127,164); }

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

background-color css

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

 a { background-color: rgb(85,127,164); }

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

border-color css

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

 span { border-color: rgb(85,127,164); }

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