#558DA4

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

Shades of Air Force Blue #558DA4

Tints of Air Force Blue #558DA4

Color information

#558DA4 (or 0x558DA4) is unknown color: approx Air Force Blue. HEX triplet: 55, 8D and A4. RGB value is (85,141,164). Sum of RGB (Red+Green+Blue) = 85+141+164=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 164 - color contains mainly: blue. Hex color #558DA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558DA4 is #AA725B. Grayscale: #7E7E7E. Windows color (decimal): -11170396 or 10784085. OLE color: 10784085.

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

Color convert

RGB85141164-
CMYK0.480.1400.36
HSL197.47º31.73%48.82%-
HSV(B)197.47º48.17%64.31%-
XYZ19.9723.6638.64-
YUV126.88148.9598.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.79%
GREEN value IS 141 (55.47% from 255) = 36.15%
BLUE value IS 164 (64.45% from 255) = 42.05%
R=21.79%
G=36.15%
B=42.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851411640.480.1400.36197.4731.7348.82
Hex558DA430E024c52031
Octal12521524460160443054061
Binary101010110001101101001001100001110010010011000101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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