#557CA3

Color #557CA3 Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #557CA3

Tints of Air Force Blue #557CA3

Color information

#557CA3 (or 0x557CA3) is unknown color: approx Air Force Blue. HEX triplet: 55, 7C and A3. RGB value is (85,124,163). Sum of RGB (Red+Green+Blue) = 85+124+163=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 163 (64.06% from 255 or 43.82% from 372); Max value from RGB is 163 - color contains mainly: blue. Hex color #557CA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557CA3 is #AA835C. Grayscale: #747474. Windows color (decimal): -11174749 or 10714197. OLE color: 10714197.

HSL color Cylindrical-coordinate representation of color #557CA3: hue angle of 210º degrees, saturation: 0.31, 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 #557CA3 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB85124163-
CMYK0.480.2400.36
HSL210º31.45%48.63%-
HSV(B)210º47.85%63.92%-
XYZ17.5618.9937.39-
YUV116.78154.08105.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.85%
GREEN value IS 124 (48.83% from 255) = 33.33%
BLUE value IS 163 (64.06% from 255) = 43.82%
R=22.85%
G=33.33%
B=43.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851241630.480.2400.3621031.4548.63
Hex557CA33018024d21f31
Octal12517424360300443223761
Binary10101011111100101000111100001100001001001101001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,124,163); }

 H1.HeaderClassName
 {
   color: #557CA3;
 }
 .AnyTagClassName
 {
   color: #557CA3;
 }
</style>
background-color css

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

 a { background-color: rgb(85,124,163); }

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

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

 span { border-color: rgb(85,124,163); }

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