#558BA1

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

Shades of Air Force Blue #558BA1

Tints of Air Force Blue #558BA1

Color information

#558BA1 (or 0x558BA1) is unknown color: approx Air Force Blue. HEX triplet: 55, 8B and A1. RGB value is (85,139,161). Sum of RGB (Red+Green+Blue) = 85+139+161=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 161 - color contains mainly: blue. Hex color #558BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558BA1 is #AA745E. Grayscale: #7D7D7D. Windows color (decimal): -11170911 or 10586965. OLE color: 10586965.

HSL color Cylindrical-coordinate representation of color #558BA1: hue angle of 197.37º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #558BA1 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB85139161-
CMYK0.470.1400.37
HSL197.37º30.89%48.24%-
HSV(B)197.37º47.2%63.14%-
XYZ19.4122.9737.13-
YUV125.36148.1199.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.08%
GREEN value IS 139 (54.69% from 255) = 36.10%
BLUE value IS 161 (63.28% from 255) = 41.82%
R=22.08%
G=36.10%
B=41.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal851391610.470.1400.37197.3730.8948.24
Hex558BA12FE025c51f30
Octal12521324157160453053760
Binary10101011000101110100001101111111001001011100010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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