#558AB4

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

Shades of Air Force Blue #558AB4

Tints of Air Force Blue #558AB4

Color information

#558AB4 (or 0x558AB4) is unknown color: approx Air Force Blue. HEX triplet: 55, 8A and B4. RGB value is (85,138,180). Sum of RGB (Red+Green+Blue) = 85+138+180=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #558AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558AB4 is #AA754B. Grayscale: #7E7E7E. Windows color (decimal): -11171148 or 11831893. OLE color: 11831893.

HSL color Cylindrical-coordinate representation of color #558AB4: hue angle of 206.53º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #558AB4 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB85138180-
CMYK0.530.2300.29
HSL206.53º38.78%51.96%-
HSV(B)206.53º52.78%70.59%-
XYZ21.0723.446.59-
YUV126.94157.9498.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.09%
GREEN value IS 138 (54.30% from 255) = 34.24%
BLUE value IS 180 (70.70% from 255) = 44.67%
R=21.09%
G=34.24%
B=44.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851381800.530.2300.29206.5338.7851.96
Hex558AB4351701Dcf2734
Octal12521226465270353174764
Binary101010110001010101101001101011011101110111001111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558AB4; }

 p { color: rgb(85,138,180); }

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

<style>
 a { background-color: #558AB4; }

 a { background-color: rgb(85,138,180); }

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

<style>
 span { border-color: #558AB4; }

 span { border-color: rgb(85,138,180); }

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