#557DA4

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

Shades of Air Force Blue #557DA4

Tints of Air Force Blue #557DA4

Color information

#557DA4 (or 0x557DA4) is unknown color: approx Air Force Blue. HEX triplet: 55, 7D and A4. RGB value is (85,125,164). Sum of RGB (Red+Green+Blue) = 85+125+164=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 164 - color contains mainly: blue. Hex color #557DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557DA4 is #AA825B. Grayscale: #757575. Windows color (decimal): -11174492 or 10779989. OLE color: 10779989.

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

Color convert

RGB85125164-
CMYK0.480.2400.36
HSL209.62º31.73%48.82%-
HSV(B)209.62º48.17%64.31%-
XYZ17.7819.2837.91-
YUV117.49154.25104.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 125 (49.22% from 255) = 33.42%
BLUE value IS 164 (64.45% from 255) = 43.85%
R=22.73%
G=33.42%
B=43.85%

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
Decimal851251640.480.2400.36209.6231.7348.82
Hex557DA43018024d22031
Octal12517524460300443224061
Binary101010111111011010010011000011000010010011010010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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