#558BA4

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

Shades of Air Force Blue #558BA4

Tints of Air Force Blue #558BA4

Color information

#558BA4 (or 0x558BA4) is unknown color: approx Air Force Blue. HEX triplet: 55, 8B and A4. RGB value is (85,139,164). Sum of RGB (Red+Green+Blue) = 85+139+164=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 164 - color contains mainly: blue. Hex color #558BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558BA4 is #AA745B. Grayscale: #7D7D7D. Windows color (decimal): -11170908 or 10783573. OLE color: 10783573.

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

Color convert

RGB85139164-
CMYK0.480.1500.36
HSL198.99º31.73%48.82%-
HSV(B)198.99º48.17%64.31%-
XYZ19.6823.0838.54-
YUV125.7149.6198.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.91%
GREEN value IS 139 (54.69% from 255) = 35.82%
BLUE value IS 164 (64.45% from 255) = 42.27%
R=21.91%
G=35.82%
B=42.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851391640.480.1500.36198.9931.7348.82
Hex558BA430F024c72031
Octal12521324460170443074061
Binary101010110001011101001001100001111010010011000111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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