#558EB4

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

Shades of Air Force Blue #558EB4

Tints of Air Force Blue #558EB4

Color information

#558EB4 (or 0x558EB4) is unknown color: approx Air Force Blue. HEX triplet: 55, 8E and B4. RGB value is (85,142,180). Sum of RGB (Red+Green+Blue) = 85+142+180=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 180 - color contains mainly: blue. Hex color #558EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558EB4 is #AA714B. Grayscale: #818181. Windows color (decimal): -11170124 or 11832917. OLE color: 11832917.

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

Color convert

RGB85142180-
CMYK0.530.2100.29
HSL204º38.78%51.96%-
HSV(B)204º52.78%70.59%-
XYZ21.6624.5746.78-
YUV129.29156.6296.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.88%
GREEN value IS 142 (55.86% from 255) = 34.89%
BLUE value IS 180 (70.70% from 255) = 44.23%
R=20.88%
G=34.89%
B=44.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851421800.530.2100.2920438.7851.96
Hex558EB4351501Dcc2734
Octal12521626465250353144764
Binary101010110001110101101001101011010101110111001100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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