#558BB4

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

Shades of Air Force Blue #558BB4

Tints of Air Force Blue #558BB4

Color information

#558BB4 (or 0x558BB4) is unknown color: approx Air Force Blue. HEX triplet: 55, 8B and B4. RGB value is (85,139,180). Sum of RGB (Red+Green+Blue) = 85+139+180=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 180 - color contains mainly: blue. Hex color #558BB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558BB4 is #AA744B. Grayscale: #7F7F7F. Windows color (decimal): -11170892 or 11832149. OLE color: 11832149.

HSL color Cylindrical-coordinate representation of color #558BB4: hue angle of 205.89º 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 #558BB4 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB85139180-
CMYK0.530.2300.29
HSL205.89º38.78%51.96%-
HSV(B)205.89º52.78%70.59%-
XYZ21.2223.6946.63-
YUV127.53157.6197.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.04%
GREEN value IS 139 (54.69% from 255) = 34.41%
BLUE value IS 180 (70.70% from 255) = 44.55%
R=21.04%
G=34.41%
B=44.55%

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
Decimal851391800.530.2300.29205.8938.7851.96
Hex558BB4351701Dce2734
Octal12521326465270353164764
Binary101010110001011101101001101011011101110111001110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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